summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-09-23tar: Switch to INC_PR and fix native builds.Tom Rini4
We don't want u-a on native. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-09-23nfs-utils: Drop do_ccompileTom Rini1
This is unused and not needed in 1.1.x Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-09-23Merge branch 'org.openembedded.dev' of ↵Cliff Brake6
git://git.openembedded.net/openembedded into org.openembedded.dev
2010-09-23qt4: remove 4.7.0-beta2Cliff Brake15
2010-09-23libnl_1.1.bb: Fix the build when libnl2 is stagedKhem Raj2
Currently linker would search for libnl in sysroot first before linking in the one thats build with libnl this patch directs ld to link in with the one thats build and not look for the one in sysroot. As a result we can compile libnl and libnl2 alongside Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-23oe/patch.py: Remove series file during Clean()Khem Raj1
Currently if there is a failed do_patch the series files get appended so if there were two patches a.patch b.patch and b.patch failed during next run it would append a.patch again a.patch b.patch a.patch and this would keep growing. We can remove series file in Clean() because we populate it in Import() anyway Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Chris Larson <chris_larson@mentor.com> Acked-by: Eric Bénard <eric@eukrea.com>
2010-09-23binutils_2.20.1.bb: Add patch to fix ld sysrootKhem Raj2
Fixes the issue seen on builds where libc.so is not being found Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Roman I Khimov <khimov@altell.ru>
2010-09-23SHR: prefer QT 4.7.0Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-23Merge branch 'cbrake/qt-4.7.0' into org.openembedded.devCliff Brake16
2010-09-23qt4 4.7.0: move pg patch to proper locationCliff Brake1
2010-09-23qt-4.7.0: update add.xmlpatterns.lib.patch to make it compile againMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-23testlab bbclass: add a switch to log testlab results to a git repoKoen Kooi1
To use it add the following to your local.conf: TESTLABLOG = "remote" TESTLABREMOTEDIR = "/OE/angstrom-testlab" See http://gitorious.org/angstrom/angstrom-testlab/ for an example of the expected results
2010-09-23linux-openmoko-2.6.32: upgrade to 2.6.32.22 and add patch for lower power ↵Martin Jansa2
consumption in suspend Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-23python-cython: upgrade to 0.13, drop legacy staging, use BBCLASSEXTEND for ↵Martin Jansa2
native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-23shr-autorev: add mokosuite2, mokowm, mokowm-imf-ecoreMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-23mokowm,mokosuite: update recipes, sources are now in gitMartin Jansa4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-23qt4-tools-sdk 4.6.3: bump PR for QtCreator changeKoen Kooi1
2010-09-23gvfs: add missing libcdioKoen Kooi1
* spotted by the angstrom testlab: http://gitorious.org/angstrom/angstrom-testlab/commit/a87e64ae3fbe47b679712c5c873f21e56f325c8f
2010-09-23gst-plugins: add some more missing dependsKoen Kooi1
* spotted by the angstrom testlab: http://gitorious.org/angstrom/angstrom-testlab/commit/a87e64ae3fbe47b679712c5c873f21e56f325c8f
2010-09-23gdb-cross-sdk: use static libncurses libtinfo libz and libexpatEric Bénard1
* statically linking these libs prevents several runtime problems Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Tom Rini <tom_rini@mentor.com>
2010-09-23qt4-tools-sdk: bring compatibility with QTCreatorEric Bénard1
* this links "puts" mkspecs at the place where QTCreator search for it in order to detect a toolchain * thanks to this link QTCreator detects the toolchain generated using meta-toolchain-qte and can cross compile applications without any hack Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-09-23sdk.bbclass: allow virtclass-sdk overrideEric Bénard1
Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-09-23gst-plugins-bad: add 0.10.20Koen Kooi1
2010-09-23libatasmart: missing udev dependency addedSteffen Sledz1
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-09-23perl 5.10.1: PROVIDES libmodule-build-perlRoman I Khimov3
perl 5.10.1 has Module::Build built-in and it's newer than what we have in libmodule-build-perl-native. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-09-23perl 5.10.1: update rdependsRoman I Khimov2
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-09-23perl 5.10.1: update patches to Debian's 5.10.1-14Roman I Khimov47
* Debian's source package changed its format in 5.10.1-10, so we can't just apply one patch as it was with initial 5.10.1 release. * fixes CVE-2010-1974 * fixes MD5 on ARM * fixes several other bugs (see changelog from http://packages.debian.org/source/sid/perl) Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-09-23iw: fix buildRoman I Khimov2
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-09-22libmusicbrainz: fix build when prefix = ""Michael Smith2
Signed-off-by: Michael Smith <msmith@cbnco.com>
2010-09-22gtk+ 2.14.2: add BBCLASSEXTEND = "native"Michael Smith2
Get this ancient recipe working again. Signed-off-by: Michael Smith <msmith@cbnco.com>
2010-09-22qt4: add 4.7.0 released versionCliff Brake16
2010-09-22firefox 3.6.8: fix build from ARMv4T, patch stolen from debianKoen Kooi2
2010-09-22orc: update to 0.4.9Koen Kooi1
2010-09-22gst-plugin-gles: bump SRCREVKoen Kooi1
2010-09-22gst-plugins-base: add 0.10.30Koen Kooi1
2010-09-22gstreamer: add 0.10.30Koen Kooi1
2010-09-22enblend-efuse: add 4.0Koen Kooi1
2010-09-22plotutils: add 2.6Koen Kooi2
2010-09-22python-pybluez: update to version 0.18Thomas Zimmermann1
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-09-22qgears: add recipe (used to test perf)Cliff Brake3
2010-09-22qgears: add recipe (used to test perf)Cliff Brake3
2010-09-22x-load/igep0020.conf: Unbreak x-load for igep0020 machine.Michael Lippautz3
* x-load is needed since e2b9225af36b2979b255634f79ceecea482601a7 Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com> Acked-by: Eric Bénard <eric@eukrea.com>
2010-09-22live555: Packaging live555MediaServer too.Sergey Stasishin1
2010-09-22libunwind: unbreak native buildSteffen Sledz1
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-09-22pixman 0.19.4: add latest release from the unstable seriesKoen Kooi7
* forward port the overlapped blit patches * add NEON optimization for 16bpp * fix fast path flags for PAD
2010-09-22netbase: bump PR after 56fa8d7ad350fcbb5dedaa80c656da0bb59a2e7bKoen Kooi1
caught by angstrom testlab: http://gitorious.org/angstrom/angstrom-testlab/commit/2cca591bdb5110fe2bd0f090092645d02c6b8e1a
2010-09-22alsa-state: bump PR after 56fa8d7ad350fcbb5dedaa80c656da0bb59a2e7bKoen Kooi1
caught by angstrom testlab: http://gitorious.org/angstrom/angstrom-testlab/commit/bfa0eab7743be68515c730d86fd6cb9b30eb5ef2
2010-09-22omnewrotate: bump SRCREVRui Miguel Silva Seabra1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-22linux-openmoko-2.6.34: upgrade to 2.6.34.7 and add patch for lower power ↵Martin Jansa21
consumption in suspend Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-21libnl: Update the homepage url and download urlsKhem Raj2
* Move the git recipe to tip of git. Signed-off-by: Khem Raj <raj.khem@gmail.com>