[oe-commits] org.oe.dreambox bitbake.conf: remove space after -I

tmbinc commit openembedded-commits at lists.openembedded.org
Fri Sep 22 16:11:23 UTC 2006


bitbake.conf: remove space after -I

Author: tmbinc at openembedded.org
Branch: org.openembedded.dreambox
Revision: af5d7454580bbb9932a19287369808266015874c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=af5d7454580bbb9932a19287369808266015874c
Files:
1
conf/bitbake.conf
Diffs:

#
# mt diff -rbe8f83501de7169b81ce316cd48fd7a441a9b92a -raf5d7454580bbb9932a19287369808266015874c
#
# 
# 
# patch "conf/bitbake.conf"
#  from [7eb756ba5a3370d78abeaed2da6641afa2df93f8]
#    to [e99a99218ca3f29e186c20400b5f2b3914d48e62]
# 
============================================================
--- conf/bitbake.conf	7eb756ba5a3370d78abeaed2da6641afa2df93f8
+++ conf/bitbake.conf	e99a99218ca3f29e186c20400b5f2b3914d48e62
@@ -249,9 +249,9 @@ PATCHRESOLVE = 'user'
 # Build flags and options.
 ##################################################################
 
-export BUILD_CPPFLAGS = "-I ${STAGING_DIR}/${BUILD_SYS}/include"
+export BUILD_CPPFLAGS = "-I${STAGING_DIR}/${BUILD_SYS}/include"
 export CPPFLAGS = "${TARGET_CPPFLAGS}"
-export TARGET_CPPFLAGS = "-I ${STAGING_DIR}/${TARGET_SYS}/include"
+export TARGET_CPPFLAGS = "-I${STAGING_DIR}/${TARGET_SYS}/include"
 
 export BUILD_CFLAGS = "${BUILD_CPPFLAGS} ${BUILD_OPTIMIZATION}"
 export CFLAGS = "${TARGET_CFLAGS}"






More information about the Openembedded-commits mailing list