summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* epiphany: add 2.30.6Koen Kooi2011-06-191-0/+19
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* midori: add 0.3.6Koen Kooi2011-06-192-0/+46
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-power-manager: add 2.32.0Koen Kooi2011-06-191-0/+46
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dropbear-systemd: config files for socket-based activation of dropbearKoen Kooi2011-06-194-0/+69
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnuradio: update to 3.4.0 and clean upKoen Kooi2011-06-194-9/+112
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libsdl 1.2.14: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi2011-06-192-0/+46
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gsl: fix licence checksumsKoen Kooi2011-06-191-3/+2
| | | | | | also clean up some metadata Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* swig: fix license checkums, delete old versionsKoen Kooi2011-06-194-22/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* fftwf 3.2.2: add Vesperix NEON codeKoen Kooi2011-06-192-1/+31799
| | | | | | See http://www.vesperix.com/arm/fftw-arm/index.html for details Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* fftw: fix license checksums and delete old versionsKoen Kooi2011-06-194-27/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* uhd: fix striplevel of patchKoen Kooi2011-06-191-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cppunit: add 1.21.1Koen Kooi2011-06-191-14/+11
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnomebase.bbclass: add /usr/share/GConf and gconf schemas into default ↵Koen Kooi2011-06-191-0/+2
| | | | | | FILES_${PN} Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qmake2: update qt from 4.4.3 to 4.7.3Koen Kooi2011-06-193-22/+76
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qt4: remove qt4-tools-sdkPaul Eggleton2011-06-192-96/+0
| | | | | | | qt4-tools-sdk has been replaced by qt4-tools-nativesdk in oe-core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qt4: replace recipes with bbappendsPaul Eggleton2011-06-1946-1991/+11
| | | | | | | | | | | | | | The only functional difference between these recipes and the ones in oe-core is the addition of PostgreSQL, MySQL and SQLite 2 drivers. Now that we have QT_SQL_DRIVER_FLAGS in the oe-core Qt4 recipes we can replace the overlayed recipes with bbappends which enable the drivers using this variable. (Note: there is no bbappend for qt4-tools-native as this does not build the SQL drivers.) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libcc 4.5: inherit INC_PR from the main gcc includesKoen Kooi2011-06-191-1/+1
| | | | | | | | This fixes: Not downgrading package libgcc1 on root from 4.5-r30.0+svnr168622 to 4.5-r0+svnr175127. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>