mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libmxml: use autotools-brokensep instead of setting B
Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
b145fdac54
commit
bfda5e7c70
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user