diff options
| -rw-r--r-- | meta-oe/recipes-support/libmxml/libmxml_3.3.1.bb | 6 |
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" | |||
| 8 | SRCREV = "fd47c7d115191c8a6bce2c781ffee41e179530f2" | 8 | SRCREV = "fd47c7d115191c8a6bce2c781ffee41e179530f2" |
| 9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
| 10 | 10 | ||
| 11 | inherit autotools | 11 | # Package does not support out of tree builds. |
| 12 | inherit autotools-brokensep | ||
| 12 | 13 | ||
| 13 | PACKAGECONFIG ??= "threads" | 14 | PACKAGECONFIG ??= "threads" |
| 14 | PACKAGECONFIG[threads] = "--enable-threads,--disable-threads" | 15 | PACKAGECONFIG[threads] = "--enable-threads,--disable-threads" |
| 15 | 16 | ||
| 16 | # Package does not support out of tree builds. | ||
| 17 | B = "${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. |
| 20 | EXTRA_AUTORECONF = "--exclude=autopoint,autoheader" | 18 | EXTRA_AUTORECONF = "--exclude=autopoint,autoheader" |
| 21 | 19 | ||
