summaryrefslogtreecommitdiffstats
path: root/meta-oe
AgeCommit message (Collapse)Author
2011-07-18guile: Move 'configure-fix.patch' to guile-1.8.7 dirTom Rini
This patch is used by both native and target recipes. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-07-11systemd: Replace use of %m in printf formatsKhem Raj
The patch is applied optionally only to uclibc builds Also move the mkostemp replacement patch to uclibc only list Not perfect yet but gets us going on uclibc Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-11udev: update to 172Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-09pixman: update to 0.22.2Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-09start-stop-daemon: Add version 1.16.0.2 (initial recipe)Michael Lippautz
Provides a stand-lone s-s-d that is extracted from dpkg of the corresponding version. * dpkg_1.16.0.2 is hostedd on sources.oe.org, since debian wipes old versions from their mirrors * Installing only s-s-d (binary) would be covered by automake rules. Documentation would be missing. Thus install all and purge non s-s-d files. Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
2011-07-09audiofile: Update 0.2.6 to 0.2.7Michael Lippautz
0.2.7 fixes various bugs of 0.2.6 and adds further support for WAVE and AIFF-C formats. Drop patches: * CVE-2008-5824 is already fixed in 0.2.7 (patch has just been a workaround): https://github.com/mpruett/audiofile/commit/e8cf0095b3f319739f9aa1ab5a1aa52b76be8cdd * oldstyle patch is not needed , since current toolchain compiles C files with old style function declarations * audiofile-0.2.6 patch is already applied in 0.2.7 * audiofile-m4_quote_fix is already applied in 0.2.7 Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
2011-07-09python-sqlalchemy: Add version 0.7.1 (initial recipe)Michael Lippautz
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
2011-07-09python-pyudev: Add version 0.11 (initial recipe)Michael Lippautz
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
2011-07-09systemd git: bump SRCREV to get a proper fix for the hugepages and mqueue issueKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-02gcc-4.5: Edit defaults.h in ${B} instead of ${S}, and t-oe in ${B}Khem Raj
This patches are from oe-core needed after shared sourcedir changes to oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-02kernel.bbclass: blacklist 'perf-dbg' as well for the modules meta packageKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-02kernel.bbclass: sync with OE-coreKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-02kernel.bbclass: Add support for perf-dbg packageMark Hatle
The perf component is built with the kernel, so ensure that it gets the debug information associated with it. Also bump the PR in the linux-yocto-* to ensure they get rebuilt. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-02image|kernel.bblass|module-init-tools: do not use depmod-2.6Anders Darander
Change to only depend on virtual/*/depmod. Change all calls to only use depmod. Do not install depmod as depmod-2.6 Bump PR in module-init-tools-cross. Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-02Remove support for building 2.4 kernelsAnders Darander
Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-01cpufrequtils: Fix compilation on uclibcKhem Raj
We make nls optional Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-01htop: Link with libubacktrace when compiling for uclibcKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-01dietsplash: add git versionKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-01kernel.bbclass: Ensure kernel/* internal sysroot working directory don't get ↵Richard Purdie
packaged This removes a couple of megabytes of QA warnings! Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-01tzcode: Update tzdata version.Anders Darander
Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-01iw: add 0.9.20Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-01gcc 4.5: update to work with shared-workKoen Kooi
http://cgit.openembedded.org/cgit.cgi/openembedded-core/commit/?id=934d38530c9a67562e53d4034aee5531f0f26750 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-01systemd_git.bb: Add patch to disable --nonet optionKhem Raj
Hi I am not particularly happy with this patch but by letting xsltproc download stylesheets from internet it atleast compiles the thing. But its very slow. So any better solution if someone has suggestion please by all means -Khem Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-01systemd_git.bb: Alias mkostemp() to mkstemp() for uclibc targetsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-30systemd: clean up serial port handling some more and fix the screen clearing ↵Koen Kooi
problem Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-28systemd: move machine specific package out to a new recipeKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-28libcap2: drop, it's in oe-core alreadyKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-28systemd: bump SRCREV to fix capability dropping on older (<.39) kernelsKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-28inih: bump SRCREV to sync with upstream r12Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-06-28freerdp-extension-xpunlimited: bump SRCREV to fix a build failureOtavio Salvador
FreeRDP has renamed its library from libfreerdp to libfreerdp-core thus this needed changes too. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-06-28freerdp: bump SRCREV to gather fixesOtavio Salvador
This new version has many major refactorings that will be available on 0.9.0 release but the main fix is related to serial port redirection that has got many fixes and improvements. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-06-28xf86-video-geode: add 2.11.12 versionOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-06-28gcc-common-4.6.inc: Set ARM_INSTRUCTION_SET to armKhem Raj
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>
2011-06-27systemd: bump SRCREV to get the new daemonsKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-26mesa: package dri drivers seperately, like OE-core doesKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-24lvm2: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi
update and clean Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-24gcc-4.6: Change the bbappend to match oe-core changesKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-23mesa-dri: sync packaging with OE-core, prepare for further PACKAGE_ARCH cleaningKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-23kernel.bbclass: Stop do_install poking directly into the sysroot and evading ↵Richard Purdie
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>
2011-06-23mesa: move PACKAGE_ARCH = MACHINE_ARCH to the mesa-dri includeKoen Kooi
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>
2011-06-23kernel.bbclass: Stage System.map with KERNEL_VERSION suffixTom Rini
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>
2011-06-22glib-2.0: sync with OE-coreKoen Kooi
remove 2.28.1 and merge in packaging changes Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-22kernel.bbclass: restore kernel-abiversion fileKoen Kooi
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>
2011-06-20slim: add 1.3.2Koen Kooi
1.3.1 was imported from OE rev 58b79786c6b1ee26340b20e7606d2144f52543ed, but heavily cleaned Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-20sessreg 1.0.6: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-20xorg-xserver: fix packaging and make udev the default config managerKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19obex-data-server: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19obexd: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19openobex 1.5: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19glib-2.0: import 2.28.8 untill it gets into OE-coreKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>