summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* opencv: Update SRC_URI to use gitdylanKhem Raj2015-03-302-13/+9
| | | | | | | | opencv now has moved to using git. Lets use the git version to fetch SRCs Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* x264: fix SRCREV after upstream repository changePaul Eggleton2014-07-311-1/+1
| | | | | | | | | | The upstream x264 project has re-imported all of their old history, meaning that all of the hashes have changed. Update SRCREV based on the mapping list they have provided at: http://sprunge.us/dGOU Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* cloud9: update repository for sass.jsJason Kridner2014-04-201-2/+2
| | | | | | | | | | | Updated repository location due to old repository being removed. http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg32587.html Signed-off-by: Jason Kridner <jdk@ti.com> Cc: Dale Schaafsma <dales773@hotmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cloud9: Fix branch paramMartin Jansa2014-04-201-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* php: update SRC_URI for new download locationchase maupin2014-04-201-1/+5
| | | | | | | | | | | | | | | | | | | | | * The old downloads location of http://www.php.net/distributions now points to a listing of all distributions and the mirrors or download locations where the sources can be downloaded. * The new download location is http://museum.php.net/..... where the rest of the URL is based on the major version on PHP being downloaded. This is a change from the previous download server which had a flattened directory structure so that all versions were available in a single location. * To account for this change in the directory structure a variable called PHP_MAJVER is used based off of the PV to point the SRC_URI to the proper subdirectory. * This issue wsa first noted by Joshua Vanderpool at Joshua.Vanderpool@raymondcorp.com and there was discussion at http://lists.openembedded.org/pipermail/openembedded-devel/2014-January/093757.html * This patch has been commited to that master branch Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fbset-modes: Explicitly set MACHINE_ARCHMartin Jansa2014-01-041-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | * bitbake-diffsigs output: basehash changed from 2f6aa4302713441e9c3c7207c4edea33 to 3486f2b65998ee4ec5bd5fbbe02cadb0 List of dependencies for variable TARGET_LD_ARCH changed from 'set([])' to 'set(['TUNE_LDARGS'])' List of dependencies for variable TARGET_AS_ARCH changed from 'set([])' to 'set(['TUNE_ASARGS'])' List of dependencies for variable TARGET_OS changed from 'set([])' to 'set(['ABIEXTENSION', 'LIBCEXTENSION'])' List of dependencies for variable TARGET_CC_ARCH changed from 'set([])' to 'set(['TUNE_CCARGS'])' List of dependencies for variable TARGET_ARCH changed from 'set([])' to 'set(['TUNE_ARCH'])' Dependency on Variable ABIEXTENSION was removed Dependency on Variable TUNE_CCARGS was removed Dependency on Variable TUNE_FEATURES_tune-armv5t was removed Dependency on Variable TUNE_FEATURES_tune-armv5te was removed Dependency on Variable TUNE_ARCH was removed Dependency on Variable LIBCEXTENSION was removed Dependency on Variable TUNE_FEATURES_tune-armv5 was removed Dependency on Variable TUNE_LDARGS was removed Dependency on Variable DEFAULTTUNE was removed Dependency on Variable TUNE_ASARGS was removed Dependency on Variable TUNE_FEATURES was removed Variable TARGET_LD_ARCH value changed from 'none' to '${TUNE_LDARGS}' Variable TARGET_AS_ARCH value changed from 'none' to '${TUNE_ASARGS}' Variable TARGET_OS value changed from 'linux' to 'linux${LIBCEXTENSION}${ABIEXTENSION}' Variable TARGET_CC_ARCH value changed from 'none' to '${TUNE_CCARGS}' Variable TARGET_ARCH value changed from 'allarch' to '${TUNE_ARCH}' Hash for dependent task fbset-modes.bb.do_patch changed from eb8e475b55d64d5c9f6427a90e080ba6 to ee7e89fdd852378ee18ac23cdd92f3d3
* usb-modeswitch-data: Exclude SIGGEN dependency on usb-modeswitchMartin Jansa2014-01-041-0/+4
| | | | | | | * has runtime dependency on TUNE_PKGARCH usb-modeswitch Hash for dependent task usb-modeswitch_1.2.5.bb.do_packagedata changed from 5709ee415d286847b58e7b438b5b9f75 to fbef5eee3bb2bacb805a0bead2095b52 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zram: Drop allarchMartin Jansa2014-01-041-2/+3
| | | | | | | | | | | | * runtime dependencies are TUNE_PKGARCH causing do_package_write_* task to have different signature for MACHINEs with different TUNE_PKGARCH * move kernel-module-zram to RRECOMMENDS, because signature handler is excluding kernel-module-* dependencies only from RRECOMMENDS and also because some machine can have zram enabled in kernel and kernel-module-zram won't exist. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mime-support: Drop allarchMartin Jansa2013-11-191-1/+0
| | | | | | * depends on TUNE_PKGARCH 'file' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gateone: Drop allarchMartin Jansa2013-11-191-1/+1
| | | | | | | | * runtime dependencies are TUNE_PKGARCH causing do_package_write_* task to have different signature for MACHINEs with different TUNE_PKGARCH Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rfkill: Fix build when WORKDIR is included in some git checkoutMartin Jansa2013-11-192-1/+33
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tbb: Disable thumbMartin Jansa2013-11-191-0/+8
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* net-snmp: Backport fix for NETSNMP_NO_SYSTEMD typosJavier Viguera2013-10-101-2/+4
| | | | | | | | | Use patch from master branch to fix: snmpd.c:459: undefined reference to `netsnmp_sd_listen_fds' Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
* krb5: Add PACKAGECONFIG and new configure param to disable keyutils detectionMartin Jansa2013-10-022-0/+36
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
* krb5: Backport patch to fix parallel buildMartin Jansa2013-10-022-1/+52
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
* hexedit: new recipeEric BENARD2013-08-252-0/+47
| | | | | Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: add packageconfig for famMartin Jansa2013-08-221-0/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgphoto2: add PACKAGECONFIG for serialMartin Jansa2013-08-221-0/+1
| | | | | | * fixes undeterministic dependency on lockdev Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgphoto2: add configure option for gd and add PACKAGECONFIGMartin Jansa2013-08-222-1/+38
| | | | | | | * it's autodetected and pulls couple of other dependencies freetype gd libpng lockdev zlib Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smbnetfs: add packageconfig for gnome-keyringMartin Jansa2013-08-221-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openldap: add dependency on util-linuxMartin Jansa2013-08-221-0/+2
| | | | | | | * openldap-slapd was sometime depending on util-linux-libuuid add dependency to explicitly enable it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ntfs-3g-ntfsprogs: add packageconfig for uuidMartin Jansa2013-08-221-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libftdi: add PACKAGECONFIG for cpp-wrapperMartin Jansa2013-08-221-0/+3
| | | | | | | | * also fixes WARNING: QA Issue: libftdi: The compile log indicates that host include and/or library paths were used. Please check the log '/OE/oe-core/tmp-eglibc/work/x86_64-oe-linux/libftdi/0.19-r1/temp/log.do_compile' for more information. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* x264: explicitly disable swscaleMartin Jansa2013-08-221-0/+1
| | | | | | | * it's creating circular dependency on libav when explicitly enabled * and sometimes it's autodetected when x264 is rebuilt after building libav Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* farsight2: add PACKAGECONFIG for gupnpMartin Jansa2013-08-221-0/+3
| | | | | | | * it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnice: add PACKAGECONFIG for gupnpMartin Jansa2013-08-221-0/+3
| | | | | | | * it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libav: add PACKAGECONFIG for bzip2 and jackMartin Jansa2013-08-221-0/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* usbmuxd: fix unpackaged filesMartin Jansa2013-08-221-0/+3
| | | | | | | | | | | | | | * WARNING: QA Issue: usbmuxd: Files/directories were installed but not shipped /usr/lib64 /usr/lib64/libusbmuxd.so.1.0.8 /usr/lib64/libusbmuxd.so.2 /usr/lib64/libusbmuxd.so /usr/lib64/.debug /usr/lib64/pkgconfig /usr/lib64/.debug/libusbmuxd.so.1.0.8 /usr/lib64/pkgconfig/libusbmuxd.pc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* usbmuxd: add PACKAGECONFIG for plistMartin Jansa2013-08-221-0/+2
| | | | | | | * it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* links: add PACKAGECONFIG for bzip2, lzmaMartin Jansa2013-08-221-0/+4
| | | | | | | * it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libass: add PACKAGECONFIG for harfbuzzMartin Jansa2013-08-221-0/+3
| | | | | | | | | * it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic * runtime dependencies for glib-2.0 harfbuzz libffi libicudata libicule libicuuc libstdc++ are added only when harfbuzz is detected Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* krb5: add PACKAGECONFIG for openssl and libeditMartin Jansa2013-08-221-0/+4
| | | | | | | * it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* joe: add PACKAGECONFIG for joeMartin Jansa2013-08-221-1/+3
| | | | | | | | * it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic * ncurses-libtinfo dependency is added only when ncurses is built before joe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* jasper: add PACKAGECONFIG for jpegMartin Jansa2013-08-221-0/+3
| | | | | | | * it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mbuffer: add PACKAGECONFIG for md5Martin Jansa2013-08-221-0/+3
| | | | | | | * openssl is autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fbida: add dependency on curl libungif tiffMartin Jansa2013-08-221-1/+1
| | | | | | | * it's autodetected from sysroot * GNUMakefile doesn't allow to use PACKAGECONFIG to explicitly disable them Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* loudmouth: add dependency on libidnMartin Jansa2013-08-221-1/+1
| | | | | | | | | * it's autodetected from sysroot and configure doesn't allow to disable it explicitly * feel free to add configure option and PACKAGECONFIG if this extra dependency bothers you Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rrdtool: add PACKAGECONFIG for dbiMartin Jansa2013-08-221-0/+3
| | | | | | | | | | * dbi was autodetected from sysroot causing undeterministic builds and failures in lmsensors builds: ld: warning: libdbi.so.1, needed by sysroots/qemux86/usr/lib/librrd.so, not found (try using -rpath or -rpath-link) sysroots/qemux86/usr/lib/librrd.so: undefined reference to `dbi_result_get_string_idx' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: add PACKAGECONFIG for aclMartin Jansa2013-08-221-0/+1
| | | | | | * it's autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libunwind: add PACKAGECONFIG for lzmaMartin Jansa2013-08-221-0/+3
| | | | | | * it's autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lvm2: add PACKAGECONFIG for readlineMartin Jansa2013-08-221-0/+3
| | | | | | * it's autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glog: add dependency on libunwindMartin Jansa2013-08-221-0/+2
| | | | | | | * it's autodetected from sysroot and configure doesn't have parameter to explicitly disable it so PACKAGECONFIG won't work OOTB Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* jack: add dependency on libsaplerate0 and readlineMartin Jansa2013-08-221-2/+1
| | | | | | | | * they are autodetected from sysroot and configure doesn't have option to explicitly disable them, so PACKAGECONFIG won't work without improving configure Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: add dependency on zlib popt, PACKAGECONFIG for pamMartin Jansa2013-08-221-1/+6
| | | | | | | * zlib, popt are autodetected or used in bundled versions * pam is autodetected if available Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: use more specific LICENSEMartin Jansa2013-08-221-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openldap: convert to PACKAGECONFIGs, explicitly disable opensslMartin Jansa2013-08-221-93/+43
| | | | | | | | * some options like ldbm weren't supported by current version * when gnutls and openssl were both available it was picking openssl because default --with-tls is auto Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lcdproc5: add PACKAGECONFIG for libftdi, libusbMartin Jansa2013-08-221-2/+6
| | | | | | * drivers for lis, ula200 and i2500vfd weren't deterministicly enabled Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* f2fs-tools: add util-linux dependencyMartin Jansa2013-08-221-0/+3
|
* portaudio: inherit pkgconfigMartin Jansa2013-08-221-2/+1
| | | | | | | | | | | * without pkgconfig it's failing to expand PKG_CHECK_MODULES macro: | portaudio-v19/v19+svnr1387-r0/trunk/configure: line 11721: syntax error near unexpected token `JACK,' | portaudio-v19/v19+svnr1387-r0/trunk/configure: line 11721: `PKG_CHECK_MODULES(JACK, jack, have_jack=yes, have_jack=no)' | Configure failed. The contents of all config.log files follows to aid debugging Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mysql5: prevent using bundled zlib at all costsMartin Jansa2013-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * in some seldom cases mysql's m4 macro decides that system zlib (from DEPENDS) is not worthy and decides to use own bundled version which prefers stuff like static libz.a and stages libz.la again: mysql-5.1.40/config/ac-macros/zlib.m4 NOTE: recipe mysql5-5.1.40-r11: task do_package_setscene: Started NOTE: recipe zlib-1.2.7-r0: task do_packagedata_setscene: Succeeded WARNING: The recipe zlib is trying to install files into a shared area when those files already exist. Those files and their manifest location are: sysroots/om-gta04/usr/lib/libz.a Matched in manifest-om-gta04-mysql5 Please verify which package should provide the above files. NOTE: recipe zlib-1.2.7-r0: task do_populate_sysroot_setscene: Succeeded * this libz.la + libz.a is breaking many packages which are now trying to link shared libs against libz.a from mysql which was built without fPIC breaking libxml2, glib-2.0, gnutls, libpng, ... | ld: sysroots/om-gta04/usr/lib/libz.a(crc32.o): relocation R_ARM_MOVW_ABS_NC against `a local symbol' can not be used when making a shared object; recompile with -fPIC | sysroots/om-gta04/usr/lib/libz.a: could not read symbols: Bad value | collect2: ld returned 1 exit status Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>