aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-10-13geoclue: add PACKAGECONFIG for geoipMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-10-13tcpdump: add PACKAGECONFIG for smiMartin Jansa
* libsmi is autodetected in configure, but in most cases disabled because of cross-compilation so keep it explicitly disabled * resolves following difference in builds with and without libsmi built before tcpdump: 4.7.4-r0-with/temp/log.do_configure:checking smi.h usability... yes 4.7.4-r0-with/temp/log.do_configure:checking smi.h presence... yes 4.7.4-r0-with/temp/log.do_configure:checking for smi.h... yes 4.7.4-r0-with/temp/log.do_configure:checking for smiInit in -lsmi... yes 4.7.4-r0-with/temp/log.do_configure:checking whether to enable libsmi... not when cross-compiling 4.7.4-r0-without/temp/log.do_configure:checking smi.h usability... no 4.7.4-r0-without/temp/log.do_configure:checking smi.h presence... no 4.7.4-r0-without/temp/log.do_configure:checking for smi.h... no Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-10-13gupnp-igd: fix missing dependenciesMartin Jansa
* add gobject-introspection-stub-native to fix: | doc/Makefile.am:70: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') | libgupnp-igd/Makefile.am:65: error: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL * add sqlite3 to fix: WARNING: QA Issue: gupnp-igd rdepends on libsqlite3, but it isn't a build dependency? [build-deps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-10-13oscam: respect *flags set from OEMartin Jansa
* build with -mfloat-abi=hard are failing with: sysroots/foo/usr/include/gnu/stubs.h:7:29: fatal error: gnu/stubs-soft.h: No such file or directory because cmake wasn't respecting *flags set from OE Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-10-13llvm.inc: fix PACKAGES_DYNAMICMartin Jansa
* all dynamically created packages start with libllvm${LLVM_RELEASE}- libllvm${LLVM_RELEASE}-%s-dbg libllvm${LLVM_RELEASE}-%s libllvm${LLVM_RELEASE}-%s-staticdev Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-09-18python-pyzmq: Add python-multiprocessing in RDEPENDSFabio Berton
Fix the following runtime error: >>> import zmq Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/site-packages/zmq/__init__.py", line 53, in <module> from zmq import devices File "/usr/lib/python2.7/site-packages/zmq/devices/__init__.py", line 7, in <module> from zmq.devices import basedevice, proxydevice, monitoredqueue, monitoredqueuedevice File "/usr/lib/python2.7/site-packages/zmq/devices/basedevice.py", line 9, in <module> from multiprocessing import Process ImportError: No module named multiprocessing Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-09-18python-cffi/python-pycparser: enable native buildTim Orling
Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-09-15dhcp: fix parsing warningMartin Jansa
* fixes: WARNING: Variable key FILES_${PN}-client (${base_sbindir}/dhclient ${base_sbindir}/dhclient-script ${sysconfdir}/dhcp/dhclient.conf) replaces original key FILES_dhcp-client ( ${systemd_unitdir}/system/dhclient.service). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-09-15fio: Add PACKAGECONFIG for numa, re-enable ARM buildDominic Sacré
Make fio's NUMA support optional via PACKAGECONFIG. Enable this feature by default, except on ARM where libnuma/numactl is not available. Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-08-03syslog-ng: add util-linux to DEPENDS listDmitry Eremin-Solenikov
Add util-linux to the DEPENDS list to get rid of the following QA warning: syslog-ng-3.5.4.1: syslog-ng-libs rdepends on util-linux-libuuid, but it isn't a build dependency? [build-deps] Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03opensaf: RDEPENDS on python and bashRobert Yang
python: opensaf/usr/share/opensaf/samples/immsv/immom_python/immom.py bash: opensaf/usr/share/opensaf/immxml/verify.sh opensaf/usr/share/opensaf/immxml/immxml-modify-config opensaf/usr/share/opensaf/immxml/immxml-configure opensaf/usr/share/opensaf/immxml/immxml-clustersize opensaf/usr/share/opensaf/immxml/immxml-nodegen opensaf/usr/share/opensaf/samples/INSTALL opensaf/usr/share/opensaf/samples/smfsv/campaigns/smf-verify opensaf/usr/lib/opensaf/configure_tipc Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03libhugetlbfs: x86 - don't link against host libsgary.robertson@linaro.org
An earlier patch from Chunrong Guo <B40290@freescale.com> fixed the linker command scripts in ldscripts to comment out hard-coded paths for the linker search directories. This allows the command line to specifiy the proper paths without being overridden. However, the 32-bit ix86 scripts evidently were added after this earlier patch was created and were not corrected by it - so here we simply duplicate the technique in the earlier patch and extend it to correct the linker scripts for 32-bit ix86 builds. Signed-off-by: Gary S. Robertson <gary.robertson@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03libhugetlbfs: project moved to githubJosep Puigdemont
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03start-stop-daemon: Fix RCONFLICTS typoHaris Okanovic
Signed-off-by: Haris Okanovic <haris.okanovic@ni.com> Reviewed-by: Ben Shelton <ben.shelton@ni.com> Acked-by: Brad Mouring <brad.mouring@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03gpsd: fix PN -> BPN for multilibYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03synergy: fix ${PN}-${PV} -> ${BP} for multilibYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03iperf: fix ${PN}-${PV} -> ${BP} for multilibYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03mozjs: fix PN -> BPN for multilibYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03soci: fix PN -> BPN for multilibYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03picocom: fix PN -> BPN for multilibYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03openct: fix PN -> BPN for multilibYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03mime-support: fix PN -> BPN for multilibYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03fltk: fix PN -> BPN for multilibYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03orrery: fix PN -> BPN for multilibYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03omgps: fix PN -> BPN for multilibYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03navit: fix PN -> BPN for multilibYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03xbitmaps: fix PN -> BPN for multilibYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03takao-fonts: fix PN -> BPN for multilibYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03fbgrab: fix PN -> BPN for multilibYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03hexedit: fix PN -> BPN for multilibYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03smstools: fix PN -> BPN for multilibYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03daq: move recipe to meta-networkingArmin Kuster
ERROR: Nothing PROVIDES 'libdnet' (but /home/akuster/oss/clean/meta-openembedded/meta-oe/recipes-connectivity/daq/daq_2.0.2.bb DEPENDS on or otherwise requires it). Close matches: libnet libnewt libidn ERROR: Required build target 'daq' has no buildable providers. Missing or unbuildable dependency chain was: ['daq', 'libdnet'] world build fails for meta-oe. move daq to meta-networking where snort and libdnet both reside. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03packagekit: Fix QA warningsArmin Kuster
WARNING: Failed to fetch URL http://www.packagekit.org/releases/PackageKit-0.5.6.tar.gz;name=archive, attempting MIRRORS if available WARNING: QA Issue: packagekit rdepends on libgudev, but it isn't a build dependency? [build-deps] WARNING: QA Issue: packagekit requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] packagekit.org is no longer responding, changed SRC_URI Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03ckermit: update SRC_URIArmin Kuster
it seems ftp does not work. changing to http. WARNING: Failed to fetch URL ftp://ftp.kermitproject.org/kermit/archives/cku302.tar.gz;subdir=ckermit-302, attempting MIRRORS if available ERROR: Fetcher failure: Fetch command failed with exit code 4, no output ERROR: Function failed: Fetcher failure for URL: 'ftp://ftp.kermitproject.org/kermit/archives/cku302.tar.gz;subdir=ckermit-302'. Unable to fetch URL from any source. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03xterm: fix issue with SRC_URIArmin Kuster
ftp server not responding. WARNING: Failed to fetch URL ftp://invisible-island.net/xterm/xterm-303.tgz, attempting MIRRORS if available ERROR: Fetcher failure: Fetch command failed with exit code 4, no output ERROR: Function failed: Fetcher failure for URL: 'ftp://invisible-island.net/xterm/xterm-303.tgz'. Unable to fetch URL from any source. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03numactl: Fix QA warningsArmin Kuster
WARNING: QA Issue: numactl-ptest requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03mosh: Fix QA warningsArmin Kuster
WARNING: QA Issue: mosh-server rdepends on libutempter, but it isn't a build dependency? [build-deps] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03gammu: Fix QA warningsArmin Kuster
WARNING: QA Issue: gammu-dev requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] WARNING: QA Issue: gammu requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03libutempter: update SRC_URIArmin Kuster
altlinux.org link is dead, update to new git repo WARNING: Failed to fetch URL ftp://ftp.altlinux.org/pub/people/ldv/utempter/libutempter-1.1.6.tar.bz2, attempting MIRRORS if available ERROR: Fetcher failure: Fetch command failed with exit code 4, no output ERROR: Function failed: Fetcher failure for URL: 'ftp://ftp.altlinux.org/pub/people/ldv/utempter/libutempter-1.1.6.tar.bz2'. Unable to fetch URL from any source. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03pksc11-helper: Fix QA warningsArmin Kuster
WARNING: QA Issue: pkcs11-helper rdepends on nspr, but it isn't a build dependency? [build-deps] WARNING: QA Issue: pkcs11-helper rdepends on nss, but it isn't a build dependency? [build-deps] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03wvstreams: Fix QA warningsArmin Kuster
WARNING: QA Issue: wvstreams requires /usr/bin/perl, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03usbpath: Fix QA warningsArmin Kuster
WARNING: QA Issue: usbpath requires /usr/bin/perl, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03foxtrotgps: Fix QA warningsArmin Kuster
WARNING: QA Issue: foxtrotgps requires /usr/bin/python, /usr/bin/perl, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03fio: Fix QA warningsArmin Kuster
WAWARNING: QA Issue: fio rdepends on numactl, but it isn't a build dependency? [build-deps] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03qt-creator: Fix QA warningsArmin Kuster
WARNING: QA Issue: qt-creator requires /usr/bin/perl, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03fbida: Fix QA warningsArmin Kuster
WARNING: QA Issue: fbida requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03pscs-lite: Fix QA warningsArmin Kuster
WARNING: QA Issue: pcsc-lite requires /usr/bin/python, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03rarpd: Fix QA warningsArmin Kuster
WARNING: QA Issue: rarpd requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03gateone: Fix QA warningsArmin Kuster
WARNING: QA Issue: gateone requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-08-03pm-qa: Fix QA warningsArmin Kuster
WARNING: QA Issue: pm-qa requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>