summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/libmxml/libmxml_3.3.1.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/libmxml/libmxml_3.3.1.bb b/meta-oe/recipes-support/libmxml/libmxml_3.3.1.bb
index 2f6b1f247f..38e270c036 100644
--- a/meta-oe/recipes-support/libmxml/libmxml_3.3.1.bb
+++ b/meta-oe/recipes-support/libmxml/libmxml_3.3.1.bb
@@ -8,14 +8,12 @@ SRC_URI = "git://github.com/michaelrsweet/mxml.git;branch=master;protocol=https"
8SRCREV = "fd47c7d115191c8a6bce2c781ffee41e179530f2" 8SRCREV = "fd47c7d115191c8a6bce2c781ffee41e179530f2"
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10
11inherit autotools 11# Package does not support out of tree builds.
12inherit autotools-brokensep
12 13
13PACKAGECONFIG ??= "threads" 14PACKAGECONFIG ??= "threads"
14PACKAGECONFIG[threads] = "--enable-threads,--disable-threads" 15PACKAGECONFIG[threads] = "--enable-threads,--disable-threads"
15 16
16# Package does not support out of tree builds.
17B = "${S}"
18
19# MXML uses autotools but it explicitly states it does not support autoheader. 17# MXML uses autotools but it explicitly states it does not support autoheader.
20EXTRA_AUTORECONF = "--exclude=autopoint,autoheader" 18EXTRA_AUTORECONF = "--exclude=autopoint,autoheader"
21 19