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:59:17 +0100 | 
| commit | 0cc5fa580d35b9740d16ba6cc76fd02c6b434d2a (patch) | |
| tree | f33dbef3545554655b234ceecc1558b25d0fbcd3 | |
| parent | 13304193c0fa7a79b81211013754fdc77fdba24c (diff) | |
| download | poky-0cc5fa580d35b9740d16ba6cc76fd02c6b434d2a.tar.gz | |
squashfs-tools: Add nativesdk in BBCLASSEXTEND
Necessary for including it in meta-toolchain.
(From OE-Core rev: f4d288881d7b1b2390a0f1234724fdd5d7a84b57)
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.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 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 () { | |||
| 35 | 35 | ||
| 36 | ARM_INSTRUCTION_SET = "arm" | 36 | ARM_INSTRUCTION_SET = "arm" | 
| 37 | 37 | ||
| 38 | BBCLASSEXTEND = "native" | 38 | BBCLASSEXTEND = "native nativesdk" | 
