libconfuse: provide native and nativesdk support

Allows to use libconfuse in native tools like 'genimage'.

Signed-off-by: Enrico Jörns <ejo@pengutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Enrico Jörns 2024-09-07 14:36:49 +02:00 committed by Khem Raj
parent eeda4f91bb
commit d88ae3885f
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -12,3 +12,5 @@ S = "${WORKDIR}/git"
do_configure:prepend(){
(cd ${S} && ${S}/autogen.sh)
}
BBCLASSEXTEND = "native nativesdk"