diff options
author | David Nyström <david.c.nystrom@gmail.com> | 2013-10-17 15:59:44 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-18 15:58:17 +0100 |
commit | a8b06e6f0cad42a6012388e70f830572b935c896 (patch) | |
tree | 5678fa93a48cd294599f4a8c6833886c6b6566bf /meta/recipes-devtools | |
parent | 0b3bbef61f1db27bff54c1b6733176672665788c (diff) | |
download | poky-a8b06e6f0cad42a6012388e70f830572b935c896.tar.gz |
file: Add nativesdk in BBCLASSEXTEND
(From OE-Core rev: 3bece660c0d41feb40c44d3b62a10ffaa331ddb9)
Signed-off-by: David Nyström <david.nystrom@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/file/file_5.15.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/file/file_5.15.bb b/meta/recipes-devtools/file/file_5.15.bb index 5589efa79b..aecbbe54a3 100644 --- a/meta/recipes-devtools/file/file_5.15.bb +++ b/meta/recipes-devtools/file/file_5.15.bb | |||
@@ -33,4 +33,4 @@ do_install_append_class-native() { | |||
33 | } | 33 | } |
34 | 34 | ||
35 | 35 | ||
36 | BBCLASSEXTEND = "native" | 36 | BBCLASSEXTEND = "native nativesdk" |