aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-09-24gcc: fix INC_PR of Linaro gcc-4.4Marcin Juszkiewicz
2010-09-24gcc: added 2010.09 Linaro release of gcc-4.4Marcin Juszkiewicz
more about release: https://wiki.linaro.org/WorkingGroups/ToolChain This version does not have any OE patches applied (other then zecke-no-host-includes.patch in gcc-cross). Built armv7-a console-image without problems with binutils-cross 2.20 - modified Angstrom distribution was used. Did not booted into is because linux-omap-psp 2.6.32 does not give working kernel when compiled with this version of GCC. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2010-09-24network-manager-applet: add 0.8.1Koen Kooi
2010-09-24networkmanager: add 0.8.1Koen Kooi
2010-09-24libatasmart-0.13: resolve cross compile problemSteffen Sledz
* This patch solves a cross/native compile problem: | ./strpool atasmart.c atasmart.strpool.c | ./strpool: ./strpool: cannot execute binary file Signed-off-by: Steffen Sledz <sledz@dresearch.de> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
2010-09-24python-numpy: add mipsel config.Graham Gower
Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-09-24linux-igep2 2.6.33.7-0: isee downloads server is broken, switch to fetching ↵Koen Kooi
from git using tags
2010-09-24linux-igep2: Bump kernel to 2.6.33.7-0Michael Lippautz
* Kernel is released at http://labs.igep.es/index.php/The_Linux_kernel Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-09-23angstrom feed sorter: fix typo and add some more machinesKoen Kooi
2010-09-23qt4-x11-free-gles: add 4.7.0Koen Kooi
2010-09-23tar: Switch to INC_PR and fix native builds.Tom Rini
We don't want u-a on native. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-09-23nfs-utils: Drop do_ccompileTom Rini
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 Brake
git://git.openembedded.net/openembedded into org.openembedded.dev
2010-09-23qt4: remove 4.7.0-beta2Cliff Brake
2010-09-23libnl_1.1.bb: Fix the build when libnl2 is stagedKhem Raj
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 Raj
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 Raj
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 Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-23Merge branch 'cbrake/qt-4.7.0' into org.openembedded.devCliff Brake
2010-09-23qt4 4.7.0: move pg patch to proper locationCliff Brake
2010-09-23qt-4.7.0: update add.xmlpatterns.lib.patch to make it compile againMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-23testlab bbclass: add a switch to log testlab results to a git repoKoen Kooi
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 Jansa
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 Jansa
native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-23shr-autorev: add mokosuite2, mokowm, mokowm-imf-ecoreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-23mokowm,mokosuite: update recipes, sources are now in gitMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-23qt4-tools-sdk 4.6.3: bump PR for QtCreator changeKoen Kooi
2010-09-23gvfs: add missing libcdioKoen Kooi
* spotted by the angstrom testlab: http://gitorious.org/angstrom/angstrom-testlab/commit/a87e64ae3fbe47b679712c5c873f21e56f325c8f
2010-09-23gst-plugins: add some more missing dependsKoen Kooi
* 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énard
* 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énard
* 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énard
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 Kooi
2010-09-23libatasmart: missing udev dependency addedSteffen Sledz
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-09-23perl 5.10.1: PROVIDES libmodule-build-perlRoman I Khimov
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 Khimov
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 Khimov
* 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 Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-09-22libmusicbrainz: fix build when prefix = ""Michael Smith
Signed-off-by: Michael Smith <msmith@cbnco.com>
2010-09-22gtk+ 2.14.2: add BBCLASSEXTEND = "native"Michael Smith
Get this ancient recipe working again. Signed-off-by: Michael Smith <msmith@cbnco.com>
2010-09-22qt4: add 4.7.0 released versionCliff Brake
2010-09-22firefox 3.6.8: fix build from ARMv4T, patch stolen from debianKoen Kooi
2010-09-22orc: update to 0.4.9Koen Kooi
2010-09-22gst-plugin-gles: bump SRCREVKoen Kooi
2010-09-22gst-plugins-base: add 0.10.30Koen Kooi
2010-09-22gstreamer: add 0.10.30Koen Kooi
2010-09-22enblend-efuse: add 4.0Koen Kooi
2010-09-22plotutils: add 2.6Koen Kooi
2010-09-22python-pybluez: update to version 0.18Thomas Zimmermann
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-09-22qgears: add recipe (used to test perf)Cliff Brake