glibc 2.4: hopefully solve the do_stage loop
authorKoen Kooi <koen@openembedded.org>
Mon, 29 May 2006 10:10:02 +0000 (10:10 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 29 May 2006 10:10:02 +0000 (10:10 +0000)
packages/glibc/glibc_2.4.bb

index 2cc568d..45174d0 100644 (file)
@@ -6,6 +6,11 @@ PRIORITY = "required"
 DEFAULT_PREFERENCE = "-1"
 PR = "r5"
 
+# the -isystem in bitbake.conf screws up glibc do_stage
+BUILD_CPPFLAGS = "-I${STAGING_DIR}/${BUILD_SYS}/include"
+TARGET_CPPFLAGS = "-I${STAGING_DIR}/${TARGET_SYS}/include"
+
+
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-2.4"
 
 GLIBC_ADDONS ?= "ports,nptl,libidn"