diff mbox series

[meta-oe,2/4] libmxml: use autotools-brokensep instead of setting B

Message ID 20231212203509.902175-2-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-oe,1/4] libbytesize: Removed unnecessary setting of B | expand

Commit Message

Alper Ak Dec. 12, 2023, 8:35 p.m. UTC
Signed-off-by: alperak <alperyasinak1@gmail.com>
---
 meta-oe/recipes-support/libmxml/libmxml_3.3.1.bb | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
diff mbox series

Patch

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 2f6b1f247..38e270c03 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"
 SRCREV = "fd47c7d115191c8a6bce2c781ffee41e179530f2"
 S = "${WORKDIR}/git"
 
-inherit autotools
+# Package does not support out of tree builds.
+inherit autotools-brokensep
 
 PACKAGECONFIG ??= "threads"
 PACKAGECONFIG[threads] = "--enable-threads,--disable-threads"
 
-# Package does not support out of tree builds.
-B = "${S}"
-
 # MXML uses autotools but it explicitly states it does not support autoheader.
 EXTRA_AUTORECONF = "--exclude=autopoint,autoheader"