aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
AgeCommit message (Collapse)Author
2012-02-28xbmc: update to Eden RC1 and remove patches that have been applied upstreamKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-28xbmc: add missing python runtime dependenciesKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-28xinput-calibrator 0.7.5: fix calibration scriptKoen Kooi
The 'auto' format switched to 'xorg.conf.d' which broke the script. The pointercal package also installed an 'empty' pointercal by default, which also broke the script. Fix these 2 in one go. Also remove the hal script since hal isn't supported in the oe-core universe anymore Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-28gcc: same patches for all gccs with shared sourcesAndreas Müller
* different patching on same sources caused race contition [1] * build tested from scratch [1] http://lists.linuxtogo.org/pipermail/openembedded-core/2012-February/018296.html Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-28mplayer2: drop virtual/kernel dependency and s/ARM/arm/ in ARM_INSTRUCTION_SETMartin Jansa
* virtual/kernel was needed only to provide omapfb.h in staging but that's now moved to BSP layers, no need to make sstate hash machine specific here. * s/ARM/arm/ is just cosmetic change because classes are testing only '== "thumb"' so it works the same with ARM but mplayer2 was only recipe using it uppercase Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-28tiff: rename bbappend to match new version from oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-28poppler: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-28lcms: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-28imagemagick: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-28navit: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-28libsdl-image: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-28pango: use pango.inc from oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-28networkmanager: fix packaging of systemd unitsKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-27meta-oe: add fbset-modes to SIGGEN_EXCLUDERECIPES_ABISAFEMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-27cpufrequtils: update to current git headSteve Sakoman
Otherwise cpufreq-info stats print "nan%" for omap3 Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-26Quoting fixesMartin Jansa
* We have various variables which are either not quoted at all or are * half quoted. This patch fixes the bad exmaples so everything is consistent. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-26lua5: drop unused NATIVE_INSTALL_WORKS without quotes tooMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-26xinput-calibrator: disable gtk gui explicitlyMartin Jansa
* if gtk is autodetected then gtkmm, glibmm, libcairomm-1.0-1, libpangomm-1.4-1, libsigc-2.0-0 are pulled to image like here: http://git.shr-project.org/git/?p=buildhistory.git;a=blobdiff;f=images/crespo/eglibc/shr-image/installed-package-names.txt;h=83e1a027de80d97421564226685a74298d2a5b80;hp=470b765b53eb6c795dc9dfb9ea5c30ec19d25f64;hb=0ab60c7419522ef527d744bc0ad756124b9d432a;hpb=21fe622ab8fe123a3a45369440eaaa3785be2516 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-26layer.conf: add task-x11-server to SIGGEN_EXCLUDERECIPES_ABISAFEMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-26wmiconfig: don't export CCMartin Jansa
* it also breaks multimachine sstate checksums: basehash changed from 130192c54799615343a7b84bd8132d7d to 41d55a7213b686ffcc52d1a5d515e444 Variable CC value changed from arm-oe-linux-gnueabi-gcc -march=armv7-a -fno-tree-vectorize -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 --sysroot=/OE/shr-core/tmp-eglibc/sysroots/nokia900 to arm-oe-linux-gnueabi-gcc -march=armv7-a -fno-tree-vectorize -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 --sysroot=/OE/shr-core/tmp-eglibc/sysroots/om-gta04 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-25systemd.bbclass: fix regression caused by c9f5703adedOtavio Salvador
The parsing condition was broken causing the packages not being expanded to include <PN>-systemd packages automatically. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-24systemd.bbclass: do not mangle PACKAGES variable in native, nativesdk and crossOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-24openbox: add missing dependsOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-24meta-oe: add mplayer-common to SIGGEN_EXCLUDERECIPES_ABISAFEMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-24task-x11: use allarchMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-24task-cli-tools: move ltrace to RRECOMMENDS as it's probably not available ↵Martin Jansa
for shr4 and sh3 and use allarch Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-24mpfr: drop from meta-oe, 3.1.0 is in oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-24xbmc: update to Eden Beta 3.1Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-24Tidy up unused filesPaul Eggleton
In 3fdcb18dd6861f442f18c7c3a1638e9c8e158b83 the cups and ldconfig-native recipes were removed but the associated files weren't, so remove those as well. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-24python-setuptools: removePaul Eggleton
This is identical to the version now in OE-Core except for the NATIVE_INSTALL_WORKS line and that variable is no longer used, so remove this recipe. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-24systemd: split out libraries from ${PN}Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-24kmod: disable man pages generation because we don't have working xsltprocMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-24meta-oe: include systemd-serialgetty in SIGGEN_EXCLUDERECIPES_ABISAFEMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-24meta-oe: include pointercal-xinput in SIGGEN_EXCLUDERECIPES_ABISAFEMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-24mysql5: PR bump after including *_config in default SSTATE_SCAN_FILESMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-24dhcp: follow oe-core's update to 4.2.3-P2Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-23toscoterm: addOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-23ntp: use systemd_unitdir variableMartin Jansa
* maybe we should move systemd_unitdir definition outside systemd.bbclass because it's used in few more recipes which doesn't inherit systemd Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-23cloud9: use systemd_unitdir variableMartin Jansa
* maybe we should move systemd_unitdir definition outside systemd.bbclass because it's used in few more recipes which doesn't inherit systemd Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-23networkmanager: use systemd_unitdir variableMartin Jansa
* maybe we should move systemd_unitdir definition outside systemd.bbclass because it's used in few more recipes which doesn't inherit systemd Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-23gateone: use systemd_unitdir variableMartin Jansa
* maybe we should move systemd_unitdir definition outside systemd.bbclass because it's used in few more recipes which doesn't inherit systemd Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-23postgresql: include Makefile.global in SSTATE_SCAN_FILESMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-23polkit: enable and disable systemd/consolekit support explicitlyMartin Jansa
* people using sysvinit need to add something like PACKAGECONFIG = "${@base_contains('VIRTUAL-RUNTIME_init_manager', 'sysvinit', 'consolekit', 'systemd', d)}" or just PACKAGECONFIG = "consolekit" to their own .bbappend if they don't want to get systemd in their images. * and for the rest it will enable systemd explititly Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-23foxtrotgps: upgrade to 1.1.0Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-23dhcp: add native systemd support for dhcp-relayAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-23busybox: remove unneeded systemd code / use ${systemd_unitdir}Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-23gpsd: remove unneeded systemd codeAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-23dhcp: remove unneeded systemd codeAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-23syslog-ng: remove unneeded systemd code / use ${systemd_unitdir}Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-23rsyslog: remove unneeded systemd codeAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>