aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
AgeCommit message (Collapse)Author
2009-09-15linux-libc-headers_2.6.31.bb : add newest kernel headers, this has theGraeme Gregory
0001-implement-TIF_RESTORE_SIGMASK-support-and-enable-the.patch enabled which is getting to be needed for udev. DEF_PREF = -1 for now as I havent tested this properly yet
2009-09-15vagalume: Rename vagalume_0.7.bb as vagalume_0.7.1.bbKhem Raj
* Fixes PR 5146 * Credit to bugs@vdm-design.de for reporting and posting recipe Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-15libcgicc: Add new recipe for 3.2.8 releaseKhem Raj
* Move common parts to libcgicc.inc * Add new recipe for 3.2.8 release * Fixes bug 5314 * Thanks to Jim Sheldon for reporting and providing a recipe for 3.2.7 release. Unfortunately that recipe did not work well. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-14eglibc: Bump the SRCREV to get new fixes.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-14xserver-xorg-1.5.3: Fix the build with nptlKhem Raj
* These two patches are ported from http://bugs.gentoo.org/show_bug.cgi?id=263679#c13 it fixes the following error. ../../glx/.libs/libglx.a(glapi.o): In function `_glapi_set_dispatch': glapi.c:(.text+0x117ac): undefined reference to `pthread_once' collect2: ld returned 1 exit status make[3]: *** [Xvfb] Error 1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-14openrd-base: Support for Marvell Kirkwood ARM based OpenRD-Base board.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-09-14binutils_2.19.51: remove already-applied patches, add source checksumPhil Blundell
2009-09-14rt-tests: add git recipeCliff Brake
2009-09-14linux-neuros git: updatesKoen Kooi
2009-09-14julius: add demo files from the TI speechrecognizer demoKoen Kooi
2009-09-14calibrator: add new recipes for cache calibratorCliff Brake
Used to load system during RT testing
2009-09-14midori: add 0.10Koen Kooi
2009-09-14powertop: fix compilation with the extra states patchKoen Kooi
2009-09-13Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Stefan Schmidt
into org.openembedded.dev
2009-09-13emotion_svn: Remove not needed sed hack for edje_cc.Stefan Schmidt
2009-09-13nfs-utils_1.1.2.bb: Fix compilation on uclibcKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-13sysstat_8.1.6.bb: Fix compilation on uclibcKhem Raj
* Add dependency on virtual/libintl Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-13Merge branch 'org.openembedded.dev' of ↵Koen Kooi
ssh://dominion.thruhere.net/var/cache/git/openembedded into org.openembedded.dev
2009-09-13gstreamer-ti: bump SRCREV and apply patch from tracker 462Brijesh Singh
2009-09-13dvsdk: update README to use ce 2.24.01Brijesh Singh
2009-09-13lpm, sdma, cmem recipes: rename to match PVBrijesh Singh
2009-09-13libsoup-2.4: update to 2.27.91Koen Kooi
2009-09-12uclibc-initial: Create ${UCLIBC_STAGE_PREFIX}/libKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-12gcc-configure-common.inc: Fiddle with NATIVE_SYSTEM_HEADER_DIR only form ↵Khem Raj
cross gcc build * target gcc does not like the NATIVE_SYSTEM_HEADER_DIR being tweaked. for now conditionalize it so it gets included only for cross builds it could be that target gcc for micro wont work because it needs headers in /usr/include and the actual headers are in /include Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-12fso-alsa-data: create dummy file so that git doesn't remove the directoryMichael 'Mickey' Lauer
2009-09-12libgee: move to git version while it's so much under development and ↵Michael 'Mickey' Lauer
depending on vala-native
2009-09-12clutter.inc: rework armv7a machines a bit and add omap3517-evm to compatible ↵Koen Kooi
machines
2009-09-12glibc-package bbclass: add hack to avoid "kernel too old" error when ↵Koen Kooi
generating locales in angstrom The proper fix would be to patch linux-libc-headers with 0001-implement-TIF_RESTORE_SIGMASK-support-and-enable-the.patch and all arm kernels as well. Since that's quite an undertaking angstrom needs to short term hack like this commit to keep things building while the proper fix is being worked on.
2009-09-12gtk+: add 2.16.6Koen Kooi
2009-09-12cairo git: update SRCREVKoen Kooi
2009-09-12ebtables: fix GNU_HASH errorSteve Sakoman
2009-09-11powertop: Make it compile on uclibc.Khem Raj
* Use INC_PR * Move common stuff to powertop.inc * Add -lint for uclibc bases systems * Add a patch to tinker with order of CFLAGS in commandline * Eliminate the sed expression in favor of a patch to substitute nsursesw with ncurses Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-11screen-4.0.3: Fix compilation and make default.Khem Raj
* Fix compilation issues. * Remove DEFAULT_PREFERENCE = "-1" * Tested on Thumb/uclibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-11gcc-configure-common.inc: Muck with NATIVE_SYSTEM_HEADER_DIRKhem Raj
* GCC's notion of standard includes being in /usr/include is not valid for micro distro which uses flattened layout Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2009-09-11binutils_cvs.bb: Do not use autotools_do_installKhem Raj
* CVS checkout include full src tree so we can not do make install because then it will try to install every component in src. We have to install ld gas and binutils only. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-11lsof, tcp-wrappers: Fix compilation on linux-uclibceabiKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-11x-load: add omap3517-evm supportKoen Kooi
* 1.41 still has the volatile bugs when compiled with non CSL stuff
2009-09-11linux-omap-psp 2.6.29: add WIP patch for EHCI supportKoen Kooi
2009-09-11u-boot git: add support for omap3517-evmKoen Kooi
2009-09-11linux-omap-psp 2.6.29: add shiva supportKoen Kooi
2009-09-11linux-omap: add 2.6.31Koen Kooi
2009-09-11task-native-sdk: fix upgrade paths after task renamingKoen Kooi
2009-09-10gcc-configure-cross.inc: Export more binutilsKhem Raj
* Export AS_FOR_TARGET OBJDUMP_FOR_TARGET OBJCOPY_FOR_TARGET STRIP_FOR_TARGET Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-10native-sdk-image.bb: Use IMAGE_BASENAME = "native-sdk-image"Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-10gcc-configure-common: Dont fiddle with NATIVE_SYSTEM_HEADER_DIRKhem Raj
* This does not work on canadian cross build of target gcc. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-10binutils-cross: Do not install libibery.a in wrong placeKhem Raj
* This interferes with canadian cross build of binutils because it finds cross libiberty.a where as it needs the target one. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-10console-image.bb: Require console-base-imageKhem Raj
* Get rid of code duplication. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-10images: Rename native-sdk-console-image.bb as native-sdk-image.bbKhem Raj
tasks: Rename task-native-sdk.bb as task-sdk-native.bb Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-11disko: update to newer git revHenning Heinold
* stole some input form the disko-oe-git, but rework some stuff
2009-09-11eject: inherit gettext to honour USE_NLSHenning Heinold