]> code.ossystems Code Review - openembedded-core.git/commitdiff
genext2fs.inc: Add nativesdk build capability
authorJason Wessel <jason.wessel@windriver.com>
Wed, 20 Feb 2013 11:11:12 +0000 (05:11 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Feb 2013 14:09:14 +0000 (06:09 -0800)
In order to generate new disk images for ext(2,3,4) which contain root
file systems we do not want to rely on the host's genext2fs which may
have different arguments and features, so allow the nativesdk
genext2fs binary to be built.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/genext2fs/genext2fs.inc

index 8bf2fce59bd78feed260b9465d77a4a3d4c34159..0e3906846bcd8e6e6069dfe38ce2a054fa64c751 100644 (file)
@@ -13,4 +13,4 @@ S = "${WORKDIR}/genext2fs-${PV}"
 
 inherit autotools
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"