[oe-commits] Henning Heinold : dietlibc.class: disable rewriting of configure stuff for now

git version control git at git.openembedded.org
Sun Oct 4 20:13:30 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7f7b1e65c6371f0c73ad89e58b9080c9bd18384e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7f7b1e65c6371f0c73ad89e58b9080c9bd18384e

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Sun Oct  4 22:10:18 2009 +0200

dietlibc.class: disable rewriting of configure stuff for now

---

 classes/dietlibc.bbclass |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/classes/dietlibc.bbclass b/classes/dietlibc.bbclass
index e0a6578..2676385 100644
--- a/classes/dietlibc.bbclass
+++ b/classes/dietlibc.bbclass
@@ -9,13 +9,13 @@ def dietlibc_after_parse(d):
     bb.data.setVar('EXTRA_OECONF', cfg, d)
     cfg = bb.data.getVar('EXTRA_OEMAKE', d, 1) or ""
     cfg = oe_filter_out("\'CC=", bb.data.getVar('EXTRA_OEMAKE', d, 1) or "", d)
-    cfgtmp = "\'CC=diet ${CCACHE}"
+    cfgtmp = "\'CC=\"diet ${CCACHE}\""
     cfgtmp += cfg
     bb.data.setVar('EXTRA_OEMAKE', cfgtmp, d)
 
-python () {
-    dietlibc_after_parse(d)
-}
+#python () {
+#    dietlibc_after_parse(d)
+#}
 
 set_dietlibc_env () {
 	export CC="diet ${CC}"





More information about the Openembedded-commits mailing list