aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
AgeCommit message (Collapse)Author
2014-01-04usb-modeswitch-data: Exclude SIGGEN dependency on usb-modeswitchMartin Jansa
* 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>
2014-01-04zram: Drop allarchMartin Jansa
* 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>
2013-11-19mime-support: Drop allarchMartin Jansa
* depends on TUNE_PKGARCH 'file' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-11-19gateone: Drop allarchMartin Jansa
* 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>
2013-11-19rfkill: Fix build when WORKDIR is included in some git checkoutMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-11-19tbb: Disable thumbMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-10net-snmp: Backport fix for NETSNMP_NO_SYSTEMD typosJavier Viguera
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>
2013-10-02krb5: Add PACKAGECONFIG and new configure param to disable keyutils detectionMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-10-02krb5: Backport patch to fix parallel buildMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-08-25hexedit: new recipeEric BENARD
Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22samba: add packageconfig for famMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22libgphoto2: add PACKAGECONFIG for serialMartin Jansa
* fixes undeterministic dependency on lockdev Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22libgphoto2: add configure option for gd and add PACKAGECONFIGMartin Jansa
* it's autodetected and pulls couple of other dependencies freetype gd libpng lockdev zlib Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22smbnetfs: add packageconfig for gnome-keyringMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22openldap: add dependency on util-linuxMartin Jansa
* openldap-slapd was sometime depending on util-linux-libuuid add dependency to explicitly enable it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22ntfs-3g-ntfsprogs: add packageconfig for uuidMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22libftdi: add PACKAGECONFIG for cpp-wrapperMartin Jansa
* 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>
2013-08-22x264: explicitly disable swscaleMartin Jansa
* 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>
2013-08-22farsight2: add PACKAGECONFIG for gupnpMartin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22libnice: add PACKAGECONFIG for gupnpMartin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22libav: add PACKAGECONFIG for bzip2 and jackMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22usbmuxd: fix unpackaged filesMartin Jansa
* 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>
2013-08-22usbmuxd: add PACKAGECONFIG for plistMartin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22links: add PACKAGECONFIG for bzip2, lzmaMartin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22libass: add PACKAGECONFIG for harfbuzzMartin Jansa
* 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>
2013-08-22krb5: add PACKAGECONFIG for openssl and libeditMartin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22joe: add PACKAGECONFIG for joeMartin Jansa
* 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>
2013-08-22jasper: add PACKAGECONFIG for jpegMartin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22mbuffer: add PACKAGECONFIG for md5Martin Jansa
* openssl is autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22fbida: add dependency on curl libungif tiffMartin Jansa
* 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>
2013-08-22loudmouth: add dependency on libidnMartin Jansa
* 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>
2013-08-22rrdtool: add PACKAGECONFIG for dbiMartin Jansa
* 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>
2013-08-22vim: add PACKAGECONFIG for aclMartin Jansa
* it's autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22libunwind: add PACKAGECONFIG for lzmaMartin Jansa
* it's autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22lvm2: add PACKAGECONFIG for readlineMartin Jansa
* it's autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22glog: add dependency on libunwindMartin Jansa
* 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>
2013-08-22jack: add dependency on libsaplerate0 and readlineMartin Jansa
* 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>
2013-08-22samba: add dependency on zlib popt, PACKAGECONFIG for pamMartin Jansa
* zlib, popt are autodetected or used in bundled versions * pam is autodetected if available Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22samba: use more specific LICENSEMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22openldap: convert to PACKAGECONFIGs, explicitly disable opensslMartin Jansa
* 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>
2013-08-22lcdproc5: add PACKAGECONFIG for libftdi, libusbMartin Jansa
* drivers for lis, ula200 and i2500vfd weren't deterministicly enabled Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22f2fs-tools: add util-linux dependencyMartin Jansa
2013-08-22portaudio: inherit pkgconfigMartin Jansa
* 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>
2013-08-22mysql5: prevent using bundled zlib at all costsMartin Jansa
* 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>
2013-08-22portaudio: explicitly disable oss, add PACKAGECONFIG for alsa and jackMartin Jansa
* autoenabled dependencies on alsa-lib and jack are breaking espeak when it's built against portaudio in sysroot without them | ld: warning: libasound.so.2, needed by usr/lib/libportaudio.so, not found (try using -rpath or -rpath-link) | ld: warning: libjack.so.0, needed by usr/lib/libportaudio.so, not found (try using -rpath or -rpath-link) | usr/lib/libportaudio.so: undefined reference to `snd_pcm_sw_params_sizeof@ALSA_0.9' | usr/lib/libportaudio.so: undefined reference to `snd_pcm_hw_params_test_period_size@ALSA_0.9' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22iso-codes: add missing dependency on gettext-nativeMartin Jansa
* msgfmt is called in do_install and both MSGFMT variables are empty without gettext-native detected in configure %.mo: %.po $(MSGFMT) $(MSGFMT_FLAGS) -o $@ $< Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22wbxml2: add missing dependency on expatMartin Jansa
* do_configure fails without it: | -- Could NOT find Expat Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22gsoap: add missing dependency on zlibMartin Jansa
* do_compile fails without: | i586-oe-linux-g++ -m32 -march=i586 --sysroot=/OE/sysroots/qemux86 -O2 -pipe -g -feliminate-unused-debug-types -fpermissive -fvisibility-inlines-hidden -L. -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o wsdl2h wsdl2h-wsdl2h.o wsdl2h-wsdl.o wsdl2h-schema.o wsdl2h-types.o wsdl2h-service.o wsdl2h-soap.o wsdl2h-mime.o wsdl2h-wsp.o wsdl2h-wsdlC.o ../../gsoap/libgsoapssl++.a -lssl -lcrypto -lz | /OE/sysroots/x86_64-linux/usr/libexec/i586-oe-linux/gcc/i586-oe-linux/4.7.2/ld: cannot find -lz | collect2: error: ld returned 1 exit status Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22cryptsetup: add missing dependency on libgcryptMartin Jansa
* there is PACKAGECONFIG for libgcrypt, but do_configure fails without macro staged by libgcrypt: configure.ac:122: error: possibly undefined macro: AM_PATH_LIBGCRYPT Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22cpufrequtils: inherit gettextMartin Jansa
* build without gettext-native fails with: | Building ccdv | /bin/sh: 1: xgettext: not found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>