summaryrefslogtreecommitdiffstats
path: root/recipes
AgeCommit message (Collapse)Author
2011-01-28git-1.7.3.5: fix git-less-hardlinks.diff and rename files dir to git-1.7.3.5tested_2011-01-28Martin Jansa
* otherwise do_install fails with /bin/sh: -c: line 23: syntax error near unexpected token '||' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-28libgles-omap3: add 4.03.00.01 releaseKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-28avahi: integrate python into main recipeKoen Kooi
* this doesn't introduce spurious rdepends like enabling gtk did in the past Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-28linux-omap 2.6.37: add Laurents ISP patchsetKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-28xbiff: upgrade from 1.0.2 to 1.0.3Martin Jansa
Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-28libxi: upgrade from 1.4.0 to 1.4.1Martin Jansa
Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-28e-base: bump EFL_SRCREV a bitMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-27libpng.inc: Fix unfetchable SRC_URIKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-27git: Upgrade recipes from 1.7.0.2 -> 1.7.3.5Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-28klibc: move to latest 1.5.21Andrea Adami
* temporarly remove the klcc binary for target (broken paths) * needs to be fixed before recipe refactor (debian-style) * reset INC_PR and PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-01-27Revert "bind: Add DISTRO_FEATURES support for ipv6"Tom Rini
As Khem noted this is no longer needed. This reverts commit 7298be1f35f88c4646a47a59e2ac96e5efa5b39a.
2011-01-27xserver-xorg-conf: htcdream: switch to htcdream version of the US keyboardDenis 'GNUtoo' Carikli
The htcdream has an hardware keyboard with some key binded to alt+key,for instance alt+q should produce a Tab. Before we didn't activate that feature, and instead we used the US keyboard default. This feature depend on xkeyboard-config_git which is the default for most openembedded based distributions now. This change only affect the htcdream's xorg.conf and PR was bumped. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2011-01-27xfdesktop 4.6.2: fix compilationDenis 'GNUtoo' Carikli
Without that fix we have: libtool: link: cannot find the library `=/usr/lib/libICE.la' or unhandled argument `=/usr/lib/libICE.la' Note that libtool is not the cross libtool. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2011-01-27adb4000.conf: New machine, kernel and u-boot support.Leon Woestenberg
STK ADB4000 is a development board with a SAM9G45 SODIMM CPU module. These patches are from the manufacturer (In-Circuit). Resulting kernel boots on the board. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2011-01-27bind: Add DISTRO_FEATURES support for ipv6Ryan D Phillips
Signed-off-by: Ryan D Phillips <ryan_d_phillips@dell.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-01-27openswan: Fix a build race in libipsecconfTom Rini
This has been upstreamed for the 2.6.33 release. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-01-27file: make 5.04 relocatableChris Larson
This uses binreloc so that libmagic finds its magic file relative to its own location, and directly uses $ORIGIN for file to find libmagic. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2011-01-27felix: Add recipes for the felix OSGi implementationStefan Schmidt
2011-01-27x-load-git: add header to beagle name patchKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-26SlugOS: slugos.inc, task-slugos.bb - Debugging improvementsMike Westerhof
Adds devshell, rootfs directory is qualified by machine and libc, and add kexec to the base image. Signed-off-by: Mike Westerhof <mike@mwester.net>
2011-01-26omapfbplay: fix patch dirKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-26Add install wrapper rather than coreutils-nativeChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Eric Bénard <eric@eukrea.com> Acked-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2011-01-26Move stage-manager-* into bin/ rather than a recipeChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Eric Bénard <eric@eukrea.com>
2011-01-26omapfbplay: import 3 patches from git to fix playing weird sized videosKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-26samba: Fix build issue on uclibc/arm/thumbKhem Raj
We get following errors as of now. This patch fixes those /scratch/oe/sysroots/x86_64-linux/usr/armv5te/lib/gcc/arm-oe-linux-uclibceabi/4.5.3/../../../../arm-oe-linux-uclibceabi/bin/ld: /scratch/oe/sysroots/armv5te-oe-linux-uclibceabi/usr/lib//uclibc_nonshared.a(atexit.os)(.text+0x12): unresolvable R_ARM_THM_CALL relocation against symbol `__cxa_atexit' Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Tom Rini <tom_rini@mentor.com>
2011-01-26gst-plugins-bad: add 0.10.21Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-26gst-plugins-base: add 0.10.32Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-26gstreamer: add 0.10.32Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-26tzdata: updated to 2011aFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2011-01-26opencv,opencv-samples: add 2.2Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-26xf86-video-omapfb: bump SRCREV to latest, apply patches to keep XV workingKoen Kooi
Removing patch #3 will get you working xrandr, but broken Xv Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-26xf86-video-omapfb: bump SRCREV a bitKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-25python-zopeinterface-3.5.1: fix packagingAndreas Oberritter
* Inherit setuptools instead of distutils. Install paths with distutils (built on x86_64 for mipsel): usr/lib/python2.6/site-packages/zope.interface-3.5.1-py2.6-linux-x86_64.egg/zope/interface/*.py Install paths with setuptools: usr/lib/python2.6/site-packages/zope/interface/*.py * Package tests into ${PN}-tests. * Package .c files into ${PN}-dev. * Package .txt files into ${PN}-doc. * oe-stylized. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> CC: Michael 'Mickey' Lauer <mlauer@vanille-media.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-25python-scons_1.3.0: fix licence typeVíctor Manuel Jáquez Leal
According to the wiki [1], the licence of the project [2] is MIT, not GPL. 1. http://www.scons.org/wiki/FrequentlyAskedQuestions#head-4fe23271137d5e5e95370a1360909ca303157c0d 2. http://scons.tigris.org/source/browse/scons/trunk/LICENSE?revision=557&view=markup Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-25python-scons_1.3.0: add missing dependenciesVíctor Manuel Jáquez Leal
In order to launch scons in a board it depends on a couple python packages which were not managed by the recipe. This patch adds them. Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com> Acked-by: Koen Kooi <koen@openembedded.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-25uclibc: Add copysignl implementation for powerpc to uclibcKhem Raj
* On some ppc architectures like ppce500 gcc generates calls to copysignl but this function is not provided by uclibc or gcc itself we add it to uclibc. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-25Recipes: Replace ipkg-utils with opkg-utilsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Graham Gower <graham.gower@gmail.com>
2011-01-25stage-manager: Use opkg utilitiesKhem Raj
* Rename stage-manager-ipkg -> stage-manager-opkg * Rename stage-manager-ipkg-build -> stage-manager-opkg-build Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Graham Gower <graham.gower@gmail.com>
2011-01-25ipkg-utils: Remove the recipesKhem Raj
* So that they are not accidently used in future Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Graham Gower <graham.gower@gmail.com>
2011-01-25recipes/meta recipes/tasks: Replace ipkg-utils with opkg-utilsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Graham Gower <graham.gower@gmail.com>
2011-01-25tzcode: moved to 2011aFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2011-01-25linux-kexecboot: reset DEFAULT_PREFERENCE = "-1"Andrea Adami
* changed by mistake with commit 9c72d93981212efdbfb87ad2b3c1ac4a8f43daf7 * def. pref. will be set only for specific machines (Zaurus) soon * sorry for the noise
2011-01-25pixman: upgrade from 0.21.2 to 0.21.4Martin Jansa
Acked-by: Koen Kooi <koen@openembedded.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-25midpath: Make sdl-fixes patch externalAlex Ferguson
Deleted sdl-fixes patch and uploaded it to an external repository because it needs CRLF line endings to apply and git automatically converts CRLF to LF. This should provide a working solution. Bumped PR. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2011-01-25buglabs-ppp-scripts: Some scripts to enable BUG for different broadband ↵Stefan Schmidt
providers
2011-01-25p2020rdb: New Freescale QorQ P2 machine, based on p1020rdb (P1)Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2011-01-25htop: update to 0.9Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-25linux-omap4: tweak panda defconfig a bitKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-25libxp: move from 1.0.0 to 1.0.1Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-24opkg-utils_svn.bb: Sync with yoctoKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>