summaryrefslogtreecommitdiffstats
path: root/classes/dietlibc.bbclass
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2009-10-03 00:57:03 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2009-10-04 22:12:52 +0200
commit3a663867510f00548cb1d4db5d44d7df3aafb62c (patch)
tree918c1541bf0340d79d6128b71a2a0505e8097b10 /classes/dietlibc.bbclass
parent0e95309087dfb9fcd2aaf1a713d856398eb45a91 (diff)
downloadopenembedded-3a663867510f00548cb1d4db5d44d7df3aafb62c.tar.gz
dietlibc: update to version 0.32
* switch to .inc and PR_INC
Diffstat (limited to 'classes/dietlibc.bbclass')
-rw-r--r--classes/dietlibc.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/dietlibc.bbclass b/classes/dietlibc.bbclass
index 7c7b5fec81..e0a657806a 100644
--- a/classes/dietlibc.bbclass
+++ b/classes/dietlibc.bbclass
@@ -4,8 +4,8 @@ def dietlibc_after_parse(d):
import bb
# Remove the NLS
cfg = oe_filter_out('--(dis|en)able-nls', bb.data.getVar('EXTRA_OECONF', d, 1) or "", d)
- # Remove shared and static and set it right
- cfg += " --disable-nls --disbale-shared --enable-static"
+ # Remove shared enable static only
+ cfg += " --disable-nls --disable-shared --enable-static"
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)