summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* xf86-video-geode: add 2.11.12 versionOtavio Salvador2011-06-281-0/+10
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gcc-common-4.6.inc: Set ARM_INSTRUCTION_SET to armKhem Raj2011-06-281-1/+2
| | | | | | | | | Otherwise it will compile libgcc in thumb mode when thumb mode is selected and libgcc in thumb mode does not work well. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: bump SRCREV to get the new daemonsKoen Kooi2011-06-272-12/+31
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mesa: package dri drivers seperately, like OE-core doesKoen Kooi2011-06-261-2/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdm 2.32.2: gdm supports running sessions under ssh-agent, so add ↵Koen Kooi2011-06-251-2/+2
| | | | | | openssh-misc to RRECOMMENDS Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-session 2.32.1: add pam-plugin-ck-connector dependency when using pamKoen Kooi2011-06-251-0/+3
| | | | | | without this apps can't authenticate to the session leading to timeouts and crashes Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nautilus 2.32.2: fix packagingKoen Kooi2011-06-251-3/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nautilus3: add 3.0.2Koen Kooi2011-06-252-0/+88
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libnotify3: add 0.7.3Koen Kooi2011-06-251-0/+11
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-panel3: add 3.0.2Koen Kooi2011-06-242-0/+81
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgweather3: add 3.0.2Koen Kooi2011-06-241-0/+24
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libwnck3: add 3.0.2Koen Kooi2011-06-241-0/+18
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-desktop3: add 3.0.2Koen Kooi2011-06-241-0/+27
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gsettings-desktop-schemas: add 3.0.1Koen Kooi2011-06-241-0/+15
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-desktop 2.32.1: import from OE-coreKoen Kooi2011-06-241-0/+26
| | | | | | fix packaging Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dconf: update to 0.7.5Koen Kooi2011-06-242-24/+28
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gtk+3: add initial 3.0.11 recipeKoen Kooi2011-06-241-0/+95
| | | | | | modeled after the 2.x recipe in OE-core Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* lvm2: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi2011-06-243-0/+337
| | | | | | update and clean Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.6: Change the bbappend to match oe-core changesKhem Raj2011-06-2430-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-panel 2.32.1: add missing gettext inheritKoen Kooi2011-06-231-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mesa-dri: sync packaging with OE-core, prepare for further PACKAGE_ARCH cleaningKoen Kooi2011-06-232-2/+18
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel.bbclass: Stop do_install poking directly into the sysroot and evading ↵Richard Purdie2011-06-231-1/+1
| | | | | | | | | | | | | | sstate do_install was putting files directly into the sysroot which means sstate had no knowledge of them. This meant they didn't get cleaned along with the other files from the task amongst other issues. This patch puts them in ${D} where they were supposted to be. Tested-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mesa: move PACKAGE_ARCH = MACHINE_ARCH to the mesa-dri includeKoen Kooi2011-06-232-3/+1
| | | | | | mesa-dri is the only machine specific one, leaking MACHINE_ARCH into mesa-x11 causes massive sstate mismatch Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-settings-daemon 2.32.1: build from stable branch for bugfixes, fix ↵Koen Kooi2011-06-231-7/+13
| | | | | | dependencies Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel.bbclass: Stage System.map with KERNEL_VERSION suffixTom Rini2011-06-231-0/+1
| | | | | | | Without this, images will fail now that kernel-abiversion is back. Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* glib-2.0: sync with OE-coreKoen Kooi2011-06-222-28/+4
| | | | | | remove 2.28.1 and merge in packaging changes Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel.bbclass: restore kernel-abiversion fileKoen Kooi2011-06-221-0/+6
| | | | | | | | | | | | | | This fixes external module recipes that need $KERNEL_VERSION. It got removed by commit a9d41062e24a6b99661b3a5256f369b557433607 Author: Darren Hart <dvhart@linux.intel.com> Date: Tue Mar 8 17:09:10 2011 -0800 kernel/bbclass: rework kernel and module classes to allow for building out-of-tree modules seemingly as an oversight. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dconf 0.5.1: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi2011-06-211-0/+24
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-power-manager: libpanel-applets-2 is gone, so disable appletsKoen Kooi2011-06-211-1/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdm: fix build against newer gnome-panelKoen Kooi2011-06-212-1/+2283
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgnomekbd 2.32.0: clean up dependenciesKoen Kooi2011-06-211-1/+1
|
* gnome-settings-daemon: clean up dependenciesKoen Kooi2011-06-211-1/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-session: update to 2.32.1Koen Kooi2011-06-211-7/+6
|
* gnome-panel: update to 2.32.x from the git release branchKoen Kooi2011-06-215-93/+51
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdm, gnome-control-center: clean up dependenciesKoen Kooi2011-06-212-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgweather: update to 2.30.3Koen Kooi2011-06-211-6/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-menus 2.30.5: remove spurious gnome-vfs dependencyKoen Kooi2011-06-211-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgsf: update to 1.14.21 and be specific about which features to disableKoen Kooi2011-06-211-9/+11
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* slim: add 1.3.2Koen Kooi2011-06-2013-0/+953
| | | | | | 1.3.1 was imported from OE rev 58b79786c6b1ee26340b20e7606d2144f52543ed, but heavily cleaned Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sessreg 1.0.6: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi2011-06-201-0/+10
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xorg-xserver: fix packaging and make udev the default config managerKoen Kooi2011-06-201-5/+14
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-bluetooth 2.32.0: import from OE rev ↵Koen Kooi2011-06-191-0/+31
| | | | | | 58b79786c6b1ee26340b20e7606d2144f52543ed Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* obex-data-server: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi2011-06-191-0/+14
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* obexd: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi2011-06-191-0/+14
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openobex 1.5: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi2011-06-193-0/+60
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gconf: update to 2.32.4Koen Kooi2011-06-193-6/+465
| | | | | | | * add debian patch to fix panel applets * add upstream patch to port another bit to gdbus Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* zenity: add 2.32.1Koen Kooi2011-06-191-0/+15
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdm 2.32.2: add more utils to RRECOMMENDSKoen Kooi2011-06-191-2/+2
| | | | | | GDM calls these from init/Default, so drag them in as RRECOMMENDS Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* desktop-file-utils: add 0.18Koen Kooi2011-06-191-0/+14
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* glib-2.0: import 2.28.8 untill it gets into OE-coreKoen Kooi2011-06-193-0/+78
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>