summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* net-snmp: set correct SYSTEMD_PACKAGESJack Mitchell2013-04-191-2/+2
| | | | | Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* net-snmp: merge .inc into .bb and clean up obsolete parts of recipeJack Mitchell2013-04-192-109/+98
| | | | Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
* net-snmp: Update to 5.7.2Jack Mitchell2013-04-193-20072/+4
| | | | | | - Removed some un-needed patches Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
* net-snmp: fix failure when starting on system without pci busJack Mitchell2013-04-192-0/+67
| | | | | | | | | | | The snmpd daemon cannot start on platforms without a pci bus: snmpd[15460]: pcilib: Cannot open /proc/bus/pci snmpd[15460]: pcilib: Cannot find any working access method. snmpd should not depend on a PCI bus and should simply move on. Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
* xinput-calibrator: install .service only with systemd in DISTRO_FEATURESMartin Jansa2013-04-191-3/+5
| | | | | | * Otavio reported unpackaged files without systemd enabled Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-nodm-init: install .service and conf only with systemd in ↵Martin Jansa2013-04-191-4/+7
| | | | | | | | DISTRO_FEATURES * Otavio reported unpackaged files without systemd enabled Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: prevent binaries from being stripped too earlyPaul Barker2013-04-191-0/+1
| | | | | | | | | | By default, vim binaries are stripped during the build. This prevents us from putting non-stripped binaries into a -dbg package. Passing 'STRIP=/bin/true' to configure is the method recommended in the vim Makefile to disable stripping of binaries during the build. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: recommend that runtime data is installed along with binariesPaul Barker2013-04-191-0/+3
| | | | | Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* v4l-utils: make it build for AArch64Marcin Juszkiewicz2013-04-192-0/+39
| | | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* atftp: move to meta-networking and tweakPaul Eggleton2013-04-195-405/+0
| | | | | | | | | | * Add origin and Upstream-Status to patches * Set SUMMARY instead of DESCRIPTION * Add ${PN}d to PACKAGES instead of atftpd to be consistent with the rest of the recipe Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ipsec-tools: move to meta-networking and tweakPaul Eggleton2013-04-193-72/+0
| | | | | | | * Add purpose and Upstream-Status to patch Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dnsmasq: move to meta-networking and tweakPaul Eggleton2013-04-196-416/+0
| | | | | | | | | * Make dbus a PACKAGECONFIG option and remove dnsmasq-dbus recipe * Set LICENSE to correctly indicate choice of licenses * Set SUMMARY instead of DESCRIPTION Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rp-pppoe: move from meta-oe to meta-networking and tweakPaul Eggleton2013-04-1910-433/+0
| | | | | | | | | * Move packaging definitions to the end * Move SRC_URI checksums next to SRC_URI * Set SUMMARY instead of DESCRIPTION Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* bridge-utils: move to meta-networking and tweakPaul Eggleton2013-04-193-61/+0
| | | | | | | | | * Update HOMEPAGE * Set SUMMARY instead of DESCRIPTION * Move DEPENDS up towards the top Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openvpn: move to meta-networking and tweakPaul Eggleton2013-04-193-152/+0
| | | | | | | | | | * Move SRC_URI checksums next to SRC_URI * Move packaging definitions to the end * Set SUMMARY instead of DESCRIPTION * Drop unused inc file Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vsftpd: move from meta-oe to meta-networking and tweakPaul Eggleton2013-04-195-256/+0
| | | | | | | | | | | | * Fix stripped file QA warning * Add proper headers to patches (and split makefile.patch into two parts, one of which may be upstreamable) * Use PV in SRC_URI instead of hardcoded version * Move SRC_URI checksums up next to SRC_URI * Set SUMMARY instead of DESCRIPTION Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tbb: update to 4.1 Update 3 version from 20130314Marcin Juszkiewicz2013-04-192-3/+34
| | | | | | | | ARMv7a support was added in 4.1 Update 3 Older ARM cores support was added by me. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tclap: initial add 1.2.1Ting Liu2013-04-192-0/+45
| | | | | | | | | | | TCLAP (Templatized C++ Command Line Parser Library ) is a small, flexible library that provides a simple interface for defining and accessing command line arguments. Use the commit of tag tclap-1-2-1-release-final. Signed-off-by: Ting Liu <b28495@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fio: Add armv6 supportOtavio Salvador2013-04-192-1/+32
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* llvm2.8: Import from meta-javaMartin Jansa2013-04-198-0/+421
| | | | | | | | | | | * llvm is generic enough to be useful outside meta-java e.g. we need it to enable llvmpipe galium driver in mesa * imported without any modification (except indentation), all credits go to Henning Heinold and Khem Raj for maintaining it in meta-java Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt4-embedded, qt4-x11-free, packagegroup-qte-toolchain-target: drop PRINCMartin Jansa2013-04-163-3/+0
| | | | | | | | * as discussed before, PR bumps were merged in oe-core we need to apply this asap so that there is small chance that someone builds it with PR bump and PRINC still in place Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* multipath-tools: move to right placeMartin Jansa2013-04-161-0/+30
|
* recipes: Unify indentationMartin Jansa2013-04-15261-2264/+2260
| | | | | | | | | | | | | | | | | | | | | | | | | * This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* libetpan: add liblockfile dependencyMartin Jansa2013-04-151-1/+3
| | | | | | | | | | * claws-mail failed with | configure:20783: checking whether libetpan-config hints compiles and links fine | configure:20797: arm-oe-linux-gnueabi-gcc -march=armv5te -marm -mthumb-interwork --sysroot=/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm -o conftest -O2 -pipe -g -feliminate-unused-debug-types -Wno-unused-function -Wno-pointer-sign -Wall -pthread -I/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/enchant -I/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/glib-2.0 -I/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/lib/glib-2.0/include -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lm -L/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/lib -letpan -pthread -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -lgnutls -llockfile -lsasl2 >&5 | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.7.2/ld: cannot find -llockfile | collect2: error: ld returned 1 exit status Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* minidlna: move to nonworking directoryMartin Jansa2013-04-153-0/+0
| | | | | | | | | | | | | * distro-less build for qemuarm fails: | Linking minidlna | arm-oe-linux-gnueabi-gcc: error: getifaddr.o: No such file or directory | arm-oe-linux-gnueabi-gcc: error: sql.o: No such file or directory | arm-oe-linux-gnueabi-gcc: error: inotify.o: No such file or directory | make: *** [minidlna] Error 1 * http://comments.gmane.org/gmane.comp.handhelds.openembedded/56989 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* polkit: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-151-2/+1
| | | | | | * POLKITAUTH isn't used anymore PACKAGECONFIG should select right version for systemd now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-basic: Drop bbappend from meta-systemdMartin Jansa2013-04-151-1/+1
| | | | | | | * avahi-systemd is now indluded in deamon * systemd-compat-units are RRECOMMENDED from systemd itself Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-151-5/+9
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pcsc-lite: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-151-1/+8
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lxdm: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-151-4/+8
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsyslog: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-151-5/+9
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* syslog-ng: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-151-2/+10
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zram: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-152-2/+23
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* atftp: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-152-2/+27
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gateone: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-152-2/+18
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cherokee: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-152-3/+23
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xinput-calibrator: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-152-3/+23
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* net-snmp: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-155-5/+1677
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-nodm-init: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-153-2/+26
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-152-3/+24
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* strongswan: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-151-5/+8
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* udisks: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-152-2/+124
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dnsmasq: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-153-2/+27
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cloud9: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-152-1/+23
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs4: fix build with dashMartin Jansa2013-04-151-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs 8.8.18: unset RDEPENDS for native buildsKoen Kooi2013-04-151-0/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cloud9: use node4 to build o3-xml binaryKoen Kooi2013-04-151-3/+4
| | | | | | | Using node 0.8.x will make it crash at runtime Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs4: reinstate installing all the filesKoen Kooi2013-04-151-3/+15
| | | | | | | | | Cloud9 needs the headers to build the o3-xml binary, using 0.8.x headers makes it crash. This installs everything namespaced as 'node4' to avoid collisions. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gateone: fix html5 feature checkKoen Kooi2013-04-151-2/+2
| | | | | | | The BlobBuilder and Blob checks never succeeded, even on cutting edge browsers. Nudge SRCREV forward to drag in those fixes. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-tornado: update to top of 2.2 branchKoen Kooi2013-04-151-3/+3
| | | | | | | Drags in a few bugfixes needed for gateone Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>