From: Richard Purdie Date: Sun, 15 Feb 2015 08:11:04 +0000 (+0000) Subject: e2fsprogs: Extend to add nativesdk for syslinux X-Git-Tag: 2015-4~388 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=96ca20db0f4e06a5298f706b30313079af54f1bc;p=openembedded-core.git e2fsprogs: Extend to add nativesdk for syslinux Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb index 1fb4a6cd85..f1fb3a700c 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb @@ -76,7 +76,7 @@ FILES_libe2p = "${base_libdir}/libe2p.so.*" FILES_libext2fs = "${libdir}/e2initrd_helper ${base_libdir}/libext2fs.so.*" FILES_${PN}-dev += "${datadir}/*/*.awk ${datadir}/*/*.sed ${base_libdir}/*.so" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" inherit update-alternatives