utf8proc: dont inherit autotools

This commit is contained in:
Markus Volk 2025-03-24 10:43:27 +01:00
parent 57ed2f2970
commit ca6154ad1d

View File

@ -13,9 +13,12 @@ S = "${WORKDIR}/git"
PV = "2.8.0"
SRCREV = "1cb28a66ca79a0845e99433fd1056257456cef8b"
EXTRA_OEMAKE = "prefix=${prefix}"
EXTRA_OEMAKE = "prefix=${prefix} DESTDIR=${D}"
inherit autotools-brokensep pkgconfig
BBCLASSEXTEND = ""
do_compile() {
oe_runmake
}
do_install() {
oe_runmake install
}