diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-10-04 22:10:18 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-10-04 22:12:53 +0200 |
commit | 7f7b1e65c6371f0c73ad89e58b9080c9bd18384e (patch) | |
tree | 332b19caa3b5718a416e2c7676049d044689d441 /classes | |
parent | aeee8bb9ac0f1c89bb1d409cdbea20a865915fb4 (diff) |
dietlibc.class: disable rewriting of configure stuff for now
Diffstat (limited to 'classes')
-rw-r--r-- | classes/dietlibc.bbclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/classes/dietlibc.bbclass b/classes/dietlibc.bbclass index e0a657806a..2676385197 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}" |