From: David Nyström Date: Thu, 17 Oct 2013 13:59:44 +0000 (+0200) Subject: file: Add nativesdk in BBCLASSEXTEND X-Git-Tag: yocto-4.0~31245 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3bece660c0d41feb40c44d3b62a10ffaa331ddb9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 5589efa79bf..aecbbe54a3d 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"