summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFiles
2010-07-10glibc 2.10.1: added nios2 supportFrans Meulenbroeks3
add nios2 support. as this is strictly nios2 specific there is no need to bump PR Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-10glibc 2.10.1: added ifdef around PTR*MANGLEFrans Meulenbroeks2
some of the calls to PTR_MANGLE and PTR_UNMANGLE were guarded by #ifdef's whereas others were not. This causes problems on architectures that do not have those macros. Fix is to add ifdefs around those invocations Also added PR to the recipe Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-10busybox.inc: bump PRKoen Kooi1
2010-07-10msmcommd_git.bb: bump SRCREVKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-10fennec: update to fennec2Koen Kooi2
2010-07-10fsogsmd_git.bb: fix striplevel for modified config patchKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-10fsogsmd_git.bb: update patch to fix config for newer kernels on GTA02Klaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-09gcc-4.4.4.inc: Dont apply gcc-arm-cp15-tpreg-for-TLS.patch as it might be ↵Khem Raj1
breaking ABI for armv7 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-09gcc-4.4.4: Use CP15 register for TLS access on armv7-a.Khem Raj2
* ARMv7 was using -mtp=soft where as the CP15 register for TLS is available and should be used. This should improve the performance of TLS access. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-09cornucopia.inc: bump FSO_CORNUCOPIA_SRCREVKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-09Merge branch 'org.openembedded.dev' of git.openembedded.net:openembedded ↵Stanislav Brabec1
into org.openembedded.dev
2010-07-09gtk+: Update to version 2.20.1 + fix of midori DnD grab freeze (GNOME#623865).Stanislav Brabec6
2010-07-09binutils_2.20.1.bb: Remove redundantly added patch=1 its not needed anymoreKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-09glib-2.0: Update to version 2.24.1. 4 bug fixes, 2 of them were included as ↵Stanislav Brabec9
patches.
2010-07-09uclibc_git.bb: Bump to tip of git.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-09krb5_1.6.3.bb: copyperms.patch is applied manually so add apply=noKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-09binutils 2.20.1: added patches to support nios2Frans Meulenbroeks3
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-09busybox 1.16.2: added a defined(__nios2__)Frans Meulenbroeks2
(actually as there were two entries for __s390__ hijacked one of it Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-09busybox_1.15.3: added a defined(__nios2__)Frans Meulenbroeks2
(actually as there were two entries for __s390__ hijacked one of it Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-09busybox 1.14.3: added a defined(__nios2__)Frans Meulenbroeks2
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-09linux-libc-headers_2.6.34.bb: added checksums for non nios versionFrans Meulenbroeks1
and fixed ${S} for non nios (needed for -native) Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-09openjdk: bump PR to force rebuild against updated gccKoen Kooi1
2010-07-09icedtea6-native 1.8: Added comment.Robert Schuster1
2010-07-09gcc: add support for builtin gcc-atomics for gcc-4.3.x versionsHenning Heinold12
* bump all INC_PR's
2010-07-09linux-omap-psp 2.6.32: turn on oprofile for dm3730-am3715-evmKoen Kooi1
2010-07-09firefox: replace 3.6.4 with 3.6.6Koen Kooi16
2010-07-09sqlite3: add 3.6.23.1Koen Kooi1
2010-07-09gedit 2.30.0: bump PRKoen Kooi1
2010-07-08dosfstools: Add recipe for 3.0.9 and fix large file support.Khem Raj2
* Pass -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 if large file support supported. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-08ipkg-utils-native: Ensure ${D}${bindir} existsTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-07-08uclibc: Add thumb-interwork as local distro feature to enable bxKhem Raj3
* Bump SRC_REV for uclibc_git * Pass SSP_ALL_CFLAGS=${TARGET_LINK_HASH_STYLE} otherwise utils dont get the hash_style right and QA complains. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-08attr_2.4.44.bb: Specify PLATFORM otherwise it uses uname.Khem Raj1
* Using uname to get OS name may not work on non linux build systems. * Cater for largefile feature which is knob'able in uclibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-08libxml-parser-perl_2.36.bb: Override do_compile for native build.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-08libsndfile1_1.0.21.bb: Partially undo 21cc37782c0624d1efc9b56e94d1012557dce871Khem Raj1
commit 21cc37782c0624d1efc9b56e94d1012557dce871 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Date: Thu Mar 11 09:46:25 2010 +0100 libsndfile1: updated to 1.0.21 also fixed download location and moved two config vars to arm-common (not sure about ac_cv_sizeof_off_t=8, this seems odd or recipe specific, so left that one) Problem is that ac_cv_sys_file_offset_bits should not be cached blindly as the same var is used by glib-2.0 to detect large file system support if cached then glib-2.0 configure tests are not perfored and it assumes that large file support is there. uclibc is configurable to not have large file support compiled in hence this breaks glib-2.0 in a obscure way hence moving back to where they were. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-08uclibc: add 0.9.31Bernhard Reutner-Fischer56
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-08uClibc: redo configurationBernhard Reutner-Fischer12
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-08busybox: picking IPv6 per default is not up to the packageBernhard Reutner-Fischer1
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-08busybox: configure according to {MACHINE, DISTRO}_FEATURESBernhard Reutner-Fischer2
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-08stagemanager-native: Expand our gunzip/tarTom Rini2
As we've gone over before, gunzip/tar can have a broken pipe, and this is allowed. In python code, we have things setup to ignore the problem. stage-manager-ipkg is written in shell however and we can hit the problem there too. There's two ways around this, one of which is to stop checking for problems with the extraction (and hide stderr) or we extract the archive, gunzip and then tar. I've done the second here. Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-07-08python-native: Switch to non-legacy stagingTom Rini2
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-07-08ipkg-utils-native: Switch for real...Tom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-07-08ipkg-utils-native: Switch to non-legacy stagingTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-07-08linux-nios2-2.6.34: moved defconfig to the neek subdirFrans Meulenbroeks1
so other machines can have their defconfig adjacent to this Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-08shadow: add more ARM serial portsKoen Kooi2
2010-07-08libpam-base-files: cups installs its own pam file, so remove it from hereKoen Kooi2
2010-07-08meta-toolchain-qte: fix sh syntaxKoen Kooi1
2010-07-08openjdk: move over the recipes from jalimoHenning Heinold52
2010-07-08llvm-common: use new staging system and switch to BBCLASSEXTENDEDHenning Heinold2
2010-07-08htcdream.conf: use xf86-video-fbdev and xf86-video-tslibDenis 'GNUtoo' Carikli1
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
2010-07-08 gst-musicxml2midi: add git versionKoen Kooi1