diff options
| author | alperak <alperyasinak1@gmail.com> | 2023-12-12 23:35:07 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-12-12 14:40:58 -0800 |
| commit | bfda5e7c70dabc93bbcc18138adab900537d4a0a (patch) | |
| tree | c724c7686e13a24c80130b90789b0b5c8eebf4cd | |
| parent | b145fdac545f772afa571661a2067e71ecfb3dd5 (diff) | |
| download | meta-openembedded-bfda5e7c70dabc93bbcc18138adab900537d4a0a.tar.gz | |
libmxml: use autotools-brokensep instead of setting B
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -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 | ||
