From: Roman Khimov Date: Sat, 14 Feb 2009 06:37:55 +0000 (-0800) Subject: Signed-off-by: Khem Raj X-Git-Tag: Release-2010-05/1~3976^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fea3ee7d662126e76ff65d82b1ec0027330f93ad;p=openembedded.git Signed-off-by: Khem Raj glibc_2.7.bb: Apply glibc-use-isystem-include-fixed.patch --- diff --git a/packages/glibc/glibc_2.7.bb b/packages/glibc/glibc_2.7.bb index 3349ce5eef..ec4b347713 100644 --- a/packages/glibc/glibc_2.7.bb +++ b/packages/glibc/glibc_2.7.bb @@ -5,7 +5,7 @@ ARM_INSTRUCTION_SET = "arm" PACKAGES_DYNAMIC = "libc6*" RPROVIDES_${PN}-dev = "libc6-dev virtual-libc-dev" -PR = "r8" +PR = "r9" # the -isystem in bitbake.conf screws up glibc do_stage BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}" @@ -60,12 +60,14 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-${PV}.tar.bz2 \ file://glibc-arm-IO-acquire-lock-fix.diff;patch=1 \ file://all_glibc-i586-chk.patch;patch=1 \ file://glibc-2.6.1-use-short-for-fnstsw.patch;patch=1 \ + file://glibc-use-isystem-include-fixed.patch;patch=1 \ file://generic-bits_select.h \ file://generic-bits_types.h \ file://generic-bits_typesizes.h \ file://generic-bits_time.h \ file://etc/ld.so.conf \ - file://generate-supported.mk" + file://generate-supported.mk \ + " # Build fails on sh3 and sh4 without additional patches