diff options
author | Richard Tollerton <rich.tollerton@ni.com> | 2014-07-22 17:26:15 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-23 21:47:36 +0100 |
commit | f4d288881d7b1b2390a0f1234724fdd5d7a84b57 (patch) | |
tree | 271bba6e428d040b2a9ef1dff9aae30bfb273331 /meta/recipes-devtools | |
parent | 283d109098358c06ff10daaf612e5a244691d7ac (diff) | |
download | openembedded-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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb | 2 |
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 e0c69ab1271..54fd3bb85fa 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" |