summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
...
* imagemagick: fix QA warnings for unshipped filesAndreas Müller2011-11-021-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | 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>
* recipes: bump PR after python upgradeMartin Jansa2011-11-011-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* liblinebreak: import from openembedded classic, version 1.2Denis 'GNUtoo' Carikli2011-11-011-4/+3
| | | | | | | | | * 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>
* liblinebreak: import from openembedded classicDenis 'GNUtoo' Carikli2011-11-011-0/+13
| | | | | | | | The License was verified and LIC_FILES_CHKSUM was added Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* opencv: import from oe-classic and upgrade to 2.3.1Connor Abbott2011-11-013-0/+153
| | | | | | | | 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>
* asio 1.4.1: import from OE classicKoen Kooi2011-10-242-0/+21
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libftdi: import 0.18 from OE classic, update to 0.19Koen Kooi2011-10-242-0/+7401
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* enca 1.9: import from OE classicKoen Kooi2011-10-245-0/+100
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* udisks: update to 1.0.4Koen Kooi2011-10-241-3/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* fuse: Fix linking issues with gold linkerKhem Raj2011-10-212-1/+62
| | | | | | | | | | | | | | | | | | | | | fuse has problems when linking with gold since it uses version scripts in a way thats so perticular to bfd ld /home/kraj/work/angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/libexec/armv5te-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.6.2/ld: error: symbol __fuse_exited has undefined version | collect2: ld returned 1 exit status | make[1]: *** [libfuse.la] Error 1 | make[1]: *** Waiting for unfinished jobs.... For more details http://blog.flameeyes.eu/2011/06/01/gold-readiness-obstacle-2-base-versioning http://sources.redhat.com/bugzilla/show_bug.cgi?id=10861 http://comments.gmane.org/gmane.comp.file-systems.fuse.devel/9524 http://www.airs.com/blog/archives/300 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* upower: update to 0.9.14Koen Kooi2011-10-191-4/+4
| | | | | | This fixes building against a recent glib-2.0 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* syslog-ng: move conflicting file modules.conf to own packages and fix ↵Martin Jansa2011-10-182-1/+12
| | | | | | unpackaged files Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* digitemp: add 3.6.0 versionOtavio Salvador2011-10-171-0/+14
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nfs-utils: drop 1.1.2 from meta-oe there is 1.2.3 in oe-coreMartin Jansa2011-10-145-376/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgcrypt: rename .bbappend to apply to new 1.5.0 versionMartin Jansa2011-10-141-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* atk: rename .bbappend to apply to newer versionMartin Jansa2011-10-141-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pidgin: package purple-2/libymsg.so to libpurple-devMartin Jansa2011-10-121-1/+2
| | | | | | | * otherwise fails with ERROR: QA Issue: non -dev/-dbg/-nativesdk package contains symlink .so: libpurple path '/work/armv4t-oe-linux-gnueabi/pidgin-2.7.9-r0.0/packages-split/libpurple/usr/lib/purple-2/libymsg.so' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* poppler: upgrade from 0.12.3 to 0.18.0Martin Jansa2011-10-122-10/+10
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* poppler-data: upgrade from 0.4.0 to 0.4.5Martin Jansa2011-10-121-4/+2
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes: use allarch instead of PACKAGE_ARCH = allMartin Jansa2011-10-121-4/+3
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* guile: fix licensing and gettext inheritKoen Kooi2011-10-114-4/+6
| | | | | | Reported by Philip Balister Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* tcp-wrappers: Use the recipe from oe-coreKhem Raj2011-09-2726-2923/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fuse: Upgrade recipe to version 2.8.6Khem Raj2011-09-272-0/+48
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imagemagick: Fix configure on x86_64Khem Raj2011-09-191-1/+5
| | | | | | | | 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>
* libnl1: import from OE .devKoen Kooi2011-09-178-0/+204
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* usb-modeswitch: add 1.1.9Koen Kooi2011-09-171-0/+18
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* usb-modeswitch-data: add 20110805Koen Kooi2011-09-171-0/+21
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cramfs: Adds cvs version recipe (initial recipe)Imran Mehmood2011-09-141-0/+29
| | | | | | | | * 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>
* tcp-wrappers: drop emptying PARALLEL_MAKElumag2011-09-061-1/+0
| | | | | | | | As tcp-wrappers are now fixed regarding parallel builds, stop recipe from emptying PARALLEL_MAKE. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* tcp-wrappers: fix parallel buildslumag2011-09-042-0/+19
| | | | | | | | | 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>
* serial-forward, pty-forward-native: remove extra slash and '.git' from SRC_URIMartin Jansa2011-09-012-2/+2
| | | | | | | | | * 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>
* debianutils: Add version 2.30 (initial recipe)Noor Ahsan2011-09-011-0/+62
| | | | | | | | * Imported from oe.dev commit id 280a17bc1d8132f97cf6a89b8bc08a32380fa357. * Merged .bb and .inc file Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* freerdp: bump SRCREV to gather major RemoteFX improvementsOtavio Salvador2011-08-221-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* udisks: add checksums for udisks-1.0.2lumag2011-08-171-1/+3
| | | | | Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ckermit: revert the SRC_URI changeAnders Darander2011-08-171-1/+1
| | | | | | | | 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>
* ckermit: update to version 9.0Anders Darander2011-08-172-98/+58
| | | | | | | | 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>
* ckermit: import from OE rev 5350bbef01b8979617e3d0fd38939f94f1fa5315Anders Darander2011-08-171-0/+98
| | | | | | | | | | 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>
* dfu-util: add version 0.4Martin JaMa Jansa2011-08-146-5/+100
| | | | | | | | | | | | * 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>
* libiconv: Delete recipesKhem Raj2011-07-263-16057/+0
| | | | | | | libiconv 1.13.1 is now merged into oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* vala-terminal: inherit perlnativeMartin Jansa2011-07-211-1/+1
| | | | | | | | | * 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>
* pidgin: inherit perlnativeMartin Jansa2011-07-211-1/+1
| | | | | | | | | * 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>
* guile: Move 'configure-fix.patch' to guile-1.8.7 dirTom Rini2011-07-191-0/+0
| | | | | | This patch is used by both native and target recipes. Signed-off-by: Tom Rini <tom_rini@mentor.com>
* libgpg-error: switch over to a bbappendPaul Eggleton2011-07-153-79/+2
| | | | | | | Updates meta-oe to libgpg-error 1.10. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* atk: switch over to a bbappendPaul Eggleton2011-07-153-29/+2
| | | | | | | Updates meta-oe to atk 1.32.0. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgcrypt: turn into a bbappendPaul Eggleton2011-07-154-84/+2
| | | | | | | | The only meaningful difference was a BBCLASSEXTEND so move this to a bbappend file. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Drop PRIORITY variablePaul Eggleton2011-07-1419-19/+0
| | | | | | | | | | | | | | | | As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the references. Thanks to Phil Blundell for the command. (Prompted by oe-core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* start-stop-daemon: Add version 1.16.0.2 (initial recipe)Michael Lippautz2011-07-091-0/+31
| | | | | | | | | | | | Provides a stand-lone s-s-d that is extracted from dpkg of the corresponding version. * dpkg_1.16.0.2 is hostedd on sources.oe.org, since debian wipes old versions from their mirrors * Installing only s-s-d (binary) would be covered by automake rules. Documentation would be missing. Thus install all and purge non s-s-d files. Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
* cpufrequtils: Fix compilation on uclibcKhem Raj2011-07-012-1/+86
| | | | | | | We make nls optional Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* htop: Link with libubacktrace when compiling for uclibcKhem Raj2011-07-011-0/+4
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* inih: bump SRCREV to sync with upstream r12Otavio Salvador2011-06-281-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>