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>
Inparallel builds make can try to rebuild a object file while cflags
file is not yet built. Fix that by providing an explicit cflags
dependency on config-check.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* causing multiple files and checkouts in downloads directory for same revision
4,3M downloads/git2/git.freesmartphone.org.cornucopia
4,3M downloads/git2/git.freesmartphone.org.cornucopia.git
4,3M downloads/git2/git.freesmartphone.org.cornucopia.git.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
The SRC_URI was changed by mistake (although both works).
Revert back to the official one.
Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
The update changes the license from kermit to BSD.
Remove the NOAPCS compile flag to make the new version compile cleanly.
Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Adding LIC_FILES_CHKSUM, otherwise it is identical to the oe version.
Resetting PR.
Build tested on a custom ARM9 platform.
Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* return dfu-util_static, as static binary is more usefull from deploy dir
I've tried to build static version with libtool, but in the end this
is easier and someone can use both shared/static version
* Thanks to GNUtoo for initial recipes
http://shr-project.org/trac/ticket/1465
* move usbpath dependency to dfu-util_0.1
Signed-off-by: Martin JaMa Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* otherwise perl from host is used and if there isn't libxml-parser-perl
installed on host it fails with:
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* otherwise perl from host is used and if there isn't libxml-parser-perl
installed on host it fails with:
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>