summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libmxml/libmxml_3.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libmxml/libmxml_3.2.bb')
-rw-r--r--meta-oe/recipes-support/libmxml/libmxml_3.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libmxml/libmxml_3.2.bb b/meta-oe/recipes-support/libmxml/libmxml_3.2.bb
index c0ed72d991..2e8ecbfc44 100644
--- a/meta-oe/recipes-support/libmxml/libmxml_3.2.bb
+++ b/meta-oe/recipes-support/libmxml/libmxml_3.2.bb
@@ -19,7 +19,7 @@ B = "${S}"
19# MXML uses autotools but it explicitly states it does not support autoheader. 19# MXML uses autotools but it explicitly states it does not support autoheader.
20EXTRA_AUTORECONF = "--exclude=autopoint,autoheader" 20EXTRA_AUTORECONF = "--exclude=autopoint,autoheader"
21 21
22do_configure_prepend() { 22do_configure:prepend() {
23 # Respect optimization CFLAGS specified by OE. 23 # Respect optimization CFLAGS specified by OE.
24 sed -e 's/-Os -g//' -i ${S}/configure.ac 24 sed -e 's/-Os -g//' -i ${S}/configure.ac
25 25