From: David Nyström Date: Thu, 17 Oct 2013 13:59:44 +0000 (+0200) Subject: file: Add nativesdk in BBCLASSEXTEND X-Git-Tag: 2015-4~4864 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3bece660c0d41feb40c44d3b62a10ffaa331ddb9;p=openembedded-core.git file: Add nativesdk in BBCLASSEXTEND Signed-off-by: David Nyström Signed-off-by: Richard Purdie --- 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() { } -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk"