[oe-commits] org.oe.dev mtd-utils-native: Tweak compile options to interact better with the Makefile

rpurdie commit openembedded-commits at lists.openembedded.org
Fri Mar 2 00:55:01 UTC 2007


mtd-utils-native: Tweak compile options to interact better with the Makefile

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: e534053a09735cfa47d43c87d17f758149dcde09
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e534053a09735cfa47d43c87d17f758149dcde09
Files:
1
packages/mtd/mtd-utils_1.0.0+git.bb
Diffs:

#
# mt diff -r87f75e292cac8a561803f3fda1658461119a781b -re534053a09735cfa47d43c87d17f758149dcde09
#
# 
# 
# patch "packages/mtd/mtd-utils_1.0.0+git.bb"
#  from [4fbca0544f33b4940c56a7802017ee6f113afe25]
#    to [4e8619e819fb2203a7a304a71d3e41e87cc5c5fd]
# 
============================================================
--- packages/mtd/mtd-utils_1.0.0+git.bb	4fbca0544f33b4940c56a7802017ee6f113afe25
+++ packages/mtd/mtd-utils_1.0.0+git.bb	4e8619e819fb2203a7a304a71d3e41e87cc5c5fd
@@ -13,10 +13,8 @@ S = "${WORKDIR}/git/"
 
 S = "${WORKDIR}/git/"
 
-EXTRA_OEMAKE = "WITHOUT_XATTR=1"
+EXTRA_OEMAKE = "'CFLAGS=${CFLAGS} -I${S}/include -DWITHOUT_XATTR'"
 
-#CFLAGS_prepend = "-I${S}/include "
-
 do_stage () {
 	install -d ${STAGING_INCDIR}/mtd
 	for f in ${S}/include/mtd/*.h; do






More information about the Openembedded-commits mailing list