[oe-commits] Richard Purdie : e2fsprogs: Extend to add nativesdk for syslinux

git at git.openembedded.org git at git.openembedded.org
Sun Feb 15 21:58:52 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 96ca20db0f4e06a5298f706b30313079af54f1bc
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=96ca20db0f4e06a5298f706b30313079af54f1bc

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Sun Feb 15 08:11:04 2015 +0000

e2fsprogs: Extend to add nativesdk for syslinux

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb
index 1fb4a6cd..f1fb3a7 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
 



More information about the Openembedded-commits mailing list