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