From: David Nyström Date: Thu, 17 Oct 2013 13:59:41 +0000 (+0200) Subject: rpmresolve: Add nativesdk in BBCLASSEXTEND X-Git-Tag: yocto-4.0~31248 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=068cfd27ff1bf31b110b68fee947624026b69a90;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git rpmresolve: Add nativesdk in BBCLASSEXTEND Signed-off-by: David Nyström Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/rpm/rpmresolve_1.0.bb b/meta/recipes-devtools/rpm/rpmresolve_1.0.bb index 48c52c0403e..04a55fd4803 100644 --- a/meta/recipes-devtools/rpm/rpmresolve_1.0.bb +++ b/meta/recipes-devtools/rpm/rpmresolve_1.0.bb @@ -26,4 +26,4 @@ do_install_append_class-native() { RPM_LOCALEDIRRPM=${STAGING_DATADIR_NATIVE}/locale } -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk"