Florence is a virtual keyboard used to input text with a touchscreen.
Tests:
* Run tested on Overo Gumstix with xfce-nm-image
* Build tested for Qemuarm
NOTICE:
If florence can't find its gconf settings,
you need to start florence with --config and save the configuration once.
Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
git://git.kernel.org/pub/scm/utils/kernel/cpufreq/cpufrequtils.git
no longer exists so build fails, unless it is already present in
downloads directory.
Source has been retrieved from a mirror:
(http://mirror.nexcess.net/kernel.org/scm/utils/kernel/cpufreq/cpufrequtils.git)
and a new git source has been established on github.
kernel.org link kept in a comment to allow the old
link to be easily reestablished once it is available.
Signed-off-by: Ulf Samuelsson <ulf@emagii.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
we get the following log at boot :
Configuring pcsc-lite.
update-rc.d: /etc/init.d/pcscd: file does not exist
as the init script is no more nedded (autoload feature
of the daemon by the clients), we can remove the previously
unused init script and clean the recipe in order not
to have any update-rc interaction.
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
networkmanager 0.9.0 was the last to depend on linbl1. So since update
of networkmanager 0.9.0 -> 0.9.2 linnl1 is obsolete.
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* fixes networkmanager default route issue
* to make wpa-supplicant build, links to include files and shared libs were
added since wpa-supplicant expects old libnl-2 locations. Should libnl-3
move to oe-core, this woraround should be fixed at wpa-supplicant.
* the command line interface (cli) applications were added at libnl-cli packet.
This seems correct because EXTRA_OECONF += "--disable-cli" creates empty
package libnl-cli without affecting other packages.
* build tested from scratch & run tested on overo with iw 3.2 /
wpa-supplicant 0.7.3 / networkmanager 0.9.2.
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
on build we receive tons of warnings like
WARNING: For recipe imagemagick, the following files were installed but not shipped in any package:
WARNING: /usr/lib/ImageMagick-6.4.4/config/type.xml
WARNING: /usr/lib/ImageMagick-6.4.4/config/type-solaris.xml
WARNING: /usr/lib/ImageMagick-6.4.4/config/locale.xml
WARNING: /usr/lib/ImageMagick-6.4.4/config/english.xml
WARNING: /usr/lib/ImageMagick-6.4.4/config/type-windows.xml
WARNING: /usr/lib/ImageMagick-6.4.4/config/type-ghostscript.xml
WARNING: /usr/lib/ImageMagick-6.4.4/config/delegates.xml
WARNING: /usr/lib/ImageMagick-6.4.4/config/configure.xml
WARNING: /usr/lib/ImageMagick-6.4.4/config/francais.xml
WARNING: /usr/lib/ImageMagick-6.4.4/modules-Q16/filters/analyze.a
WARNING: /usr/lib/ImageMagick-6.4.4/modules-Q16/filters/analyze.la
WARNING: /usr/lib/ImageMagick-6.4.4/modules-Q16/filters/analyze.so
WARNING: /usr/lib/ImageMagick-6.4.4/modules-Q16/filters/.debug/analyze.so
WARNING: /usr/lib/ImageMagick-6.4.4/modules-Q16/coders/histogram.la
WARNING: /usr/lib/ImageMagick-6.4.4/modules-Q16/coders/ycbcr.a
...
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* The License was verified and LIC_FILES_CHKSUM was added
* OE-classic commit 9d612c4bb9bef813bdef9e198efc5949d51905eb
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
OpenCV <= 2.2 won't compile on oe-core due to the lack of v4l1 headers, and therefore wasn't included in this patch.
Also, the support for newer cv2-style python bindings is a bit hacked up at the moment due to the way OpenCV detects the Python version and Numpy headers (see 0001-Fix-CMakeLists.txt-numpy-detection.patch). In particular, it requires the native & target python to be the same version and have similar site-packages directories, which is true at least for now in OE.
Signed-off-by: Connor Abbott <cwabbott0@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
imagemagick has configure time execution test for large file offset
they wont be able to run in cross compile. We cache it.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Imported from oe.dev commit id e0728e428367d5534d6a56e452487529c5ec4918
* Added do_compile_prepend to make symbolic link named Makefile pointing to GNUmakefile to resolve missing Makefile error.
Signed-off-by: Imran Mehmood <Imran_Mehmood@mentor.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>