summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* libical: removePaul Eggleton2013-04-162-69/+0
| | | | | | | This recipe is now back in OE-Core (to support bluez5) so we don't need it here anymore. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* hicolor-icon-theme: removePaul Eggleton2013-04-162-1754/+0
| | | | | | The same recipe is already in OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.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/+0
|
* recipes: Unify indentationMartin Jansa2013-04-15468-3579/+3573
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* gst123: move to nonworking directoryMartin Jansa2013-04-152-0/+0
| | | | | | * gst123 is still "sometimes" using wrong sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* busybox: fix upgrade pathMartin Jansa2013-04-151-1/+5
| | | | | | | | | | | * check_data_file_clashes: Package busybox-syslog wants to install file /lib/systemd/system/busybox-syslog.service But that file is already provided by package * busybox-syslog-systemd * check_data_file_clashes: Package busybox-syslog wants to install file /lib/systemd/system/syslog.service But that file is already provided by package * busybox-syslog-systemd * check_data_file_clashes: Package busybox-syslog wants to install file /lib/systemd/system/busybox-klogd.service But that file is already provided by package * busybox-syslog-systemd Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dbus: add bbappend to fix upgrade pathMartin Jansa2013-04-151-0/+5
| | | | | | | | | | | * check_data_file_clashes: Package dbus-1 wants to install file /lib/systemd/system/multi-user.target.wants/dbus.service But that file is already provided by package * dbus-systemd * check_data_file_clashes: Package dbus-1 wants to install file /lib/systemd/system/dbus.socket But that file is already provided by package * dbus-systemd * check_data_file_clashes: Package dbus-1 wants to install file /lib/systemd/system/sockets.target.wants/dbus.socket But that file is already provided by package * dbus-systemd Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* systemd: add .bbappend to fix upgrade-pathMartin Jansa2013-04-151-0/+5
| | | | | | | | | | | | | | | | | | | | | | | * check_data_file_clashes: Package udev wants to install file /lib/systemd/system/sysinit.target.wants/systemd-udevd.service But that file is already provided by package * udev-systemd * check_data_file_clashes: Package udev wants to install file /lib/systemd/system/sysinit.target.wants/systemd-udev-trigger.service But that file is already provided by package * udev-systemd * check_data_file_clashes: Package udev wants to install file /lib/systemd/system/systemd-udevd.service But that file is already provided by package * udev-systemd * check_data_file_clashes: Package udev wants to install file /lib/systemd/system/systemd-udev-settle.service But that file is already provided by package * udev-systemd * check_data_file_clashes: Package udev wants to install file /lib/systemd/system/systemd-udev-trigger.service But that file is already provided by package * udev-systemd * check_data_file_clashes: Package udev wants to install file /lib/systemd/system/sockets.target.wants/systemd-udevd-control.socket But that file is already provided by package * udev-systemd * check_data_file_clashes: Package udev wants to install file /lib/systemd/system/sockets.target.wants/systemd-udevd-kernel.socket But that file is already provided by package * udev-systemd * check_data_file_clashes: Package udev wants to install file /lib/systemd/system/systemd-udevd-control.socket But that file is already provided by package * udev-systemd * check_data_file_clashes: Package udev wants to install file /lib/systemd/system/systemd-udevd-kernel.socket But that file is already provided by package * udev-systemd Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* layer.conf: remove detection of other layers, now there are only oe-core ↵Martin Jansa2013-04-152-13/+0
| | | | | | bbappends Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-systemd: drop now unused gitpkgv.bbclassMartin Jansa2013-04-151-1/+0
|
* polkit: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-152-5/+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-152-7/+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-152-18/+9
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pcsc-lite: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-152-9/+8
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lxdm: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-152-14/+8
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsyslog: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-152-17/+9
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* syslog-ng: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-152-15/+10
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zram: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-153-22/+11
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* atftp: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-153-21/+17
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gateone: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-153-18/+8
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cherokee: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-153-21/+13
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xinput-calibrator: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-153-21/+12
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* net-snmp: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-156-37/+35
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-nodm-init: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-154-27/+16
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-153-23/+14
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* strongswan: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-152-15/+8
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* udisks: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-153-18/+12
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dnsmasq: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-154-20/+14
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cloud9: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-153-21/+12
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-session: move systemd support from meta-systemd back to meta-xfceMartin Jansa2013-04-156-9/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* yp-tools, ypbind-mt: move systemd support from meta-systemd back to ↵Martin Jansa2013-04-156-43/+34
| | | | | | meta-networking Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ntp: move systemd support from meta-systemd back to meta-networkingMartin Jansa2013-04-155-32/+26
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* autofs: move systemd support from meta-systemd back to meta-networkingMartin Jansa2013-04-152-10/+7
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mpd: move systemd support from meta-systemd back to meta-multimediaMartin Jansa2013-04-152-18/+14
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gdm: move systemd support from meta-systemd back to meta-gnomeMartin Jansa2013-04-153-26/+11
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* entrance: move systemd support from meta-systemd back to meta-eflMartin Jansa2013-04-154-24/+18
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* at: move bbappend to oe-core subdirectoryMartin Jansa2013-04-152-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rpcbind: move bbappend to oe-core subdirectoryMartin Jansa2013-04-152-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* busybox: move bbappend to oe-core subdirectoryMartin Jansa2013-04-153-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dropbear: move bbappend to oe-core subdirectoryMartin Jansa2013-04-154-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* keymaps: move bbappend to oe-core subdirectoryMartin Jansa2013-04-152-0/+0
| | | | 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>