aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Tollerton <rich.tollerton@ni.com>2014-07-22 17:26:15 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-23 21:47:36 +0100
commitf4d288881d7b1b2390a0f1234724fdd5d7a84b57 (patch)
tree271bba6e428d040b2a9ef1dff9aae30bfb273331
parent283d109098358c06ff10daaf612e5a244691d7ac (diff)
downloadopenembedded-core-contrib-f4d288881d7b1b2390a0f1234724fdd5d7a84b57.tar.gz
squashfs-tools: Add nativesdk in BBCLASSEXTEND
Necessary for including it in meta-toolchain. Signed-off-by: Richard Tollerton <rich.tollerton@ni.com> Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb
index e0c69ab127..54fd3bb85f 100644
--- a/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb
+++ b/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb
@@ -35,4 +35,4 @@ do_install () {
ARM_INSTRUCTION_SET = "arm"
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"