aboutsummaryrefslogtreecommitdiffstats
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}"
# MXML uses autotools but it explicitly states it does not support autoheader.
EXTRA_AUTORECONF = "--exclude=autopoint,autoheader"
-do_configure_prepend() {
+do_configure:prepend() {
# Respect optimization CFLAGS specified by OE.
sed -e 's/-Os -g//' -i ${S}/configure.ac