[oe-commits] org.oe.dev uboot/u-boot-mkimage-openmoko-native_oe.bb : make build include dirs be

xora commit openembedded-commits at lists.openembedded.org
Wed Oct 3 16:24:31 UTC 2007


uboot/u-boot-mkimage-openmoko-native_oe.bb : make build include dirs be
before system dirs to we dont pick up /usr/include and /usr/local/include
when we dont want to.

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: 886aada8adfc803f178de9d934a313ed503451e9
ViewMTN: http://monotone.openembedded.org/revision/info/886aada8adfc803f178de9d934a313ed503451e9
Files:
1
packages/uboot/u-boot-mkimage-openmoko-native/makefile-no-dirafter.patch
packages/uboot/u-boot-mkimage-openmoko-native_oe.bb
Diffs:

#
# mt diff -r2855ed6eec46e3607dc9df0ec021e5f07ef6c7e5 -r886aada8adfc803f178de9d934a313ed503451e9
#
# 
# 
# add_file "packages/uboot/u-boot-mkimage-openmoko-native/makefile-no-dirafter.patch"
#  content [d1e9c06ce4952ff0a7dabcde128cdf5e40cb4a95]
# 
# patch "packages/uboot/u-boot-mkimage-openmoko-native_oe.bb"
#  from [811efcb68b9e1157d7d80f7525f1c0fe7506a91e]
#    to [c01c65b1498babb2fc3be4730cb705493ee6c823]
# 
============================================================
--- packages/uboot/u-boot-mkimage-openmoko-native/makefile-no-dirafter.patch	d1e9c06ce4952ff0a7dabcde128cdf5e40cb4a95
+++ packages/uboot/u-boot-mkimage-openmoko-native/makefile-no-dirafter.patch	d1e9c06ce4952ff0a7dabcde128cdf5e40cb4a95
@@ -0,0 +1,17 @@
+Index: git/tools/Makefile
+===================================================================
+--- git.orig/tools/Makefile	2007-10-03 16:51:38.000000000 +0100
++++ git/tools/Makefile	2007-10-03 16:52:03.000000000 +0100
+@@ -114,9 +114,9 @@
+ #
+ # Use native tools and options
+ #
+-CPPFLAGS   = -idirafter $(SRCTREE)/include \
+-		-idirafter $(OBJTREE)/include2 \
+-		-idirafter $(OBJTREE)/include \
++CPPFLAGS   = -I$(SRCTREE)/include \
++		-I$(OBJTREE)/include2 \
++		-I$(OBJTREE)/include \
+ 		-DTEXT_BASE=$(TEXT_BASE) -DUSE_HOSTCC
+ CFLAGS     = $(HOST_CFLAGS) $(CPPFLAGS) -O
+ AFLAGS	   = -D__ASSEMBLY__ $(CPPFLAGS)
============================================================
--- packages/uboot/u-boot-mkimage-openmoko-native_oe.bb	811efcb68b9e1157d7d80f7525f1c0fe7506a91e
+++ packages/uboot/u-boot-mkimage-openmoko-native_oe.bb	c01c65b1498babb2fc3be4730cb705493ee6c823
@@ -55,6 +55,7 @@ file://unbusy-i2c.patch;patch=1 \
 file://uboot-s3c2443.patch;patch=1 \
 file://uboot-smdk2443.patch;patch=1 \
 file://unbusy-i2c.patch;patch=1 \
+file://makefile-no-dirafter.patch;patch=1 \
 "
 
 PROVIDES = ""






More information about the Openembedded-commits mailing list