mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
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:
@@ -12,3 +12,5 @@ S = "${WORKDIR}/git"
|
|||||||
do_configure:prepend(){
|
do_configure:prepend(){
|
||||||
(cd ${S} && ${S}/autogen.sh)
|
(cd ${S} && ${S}/autogen.sh)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user