From: David Nyström Date: Thu, 17 Oct 2013 13:59:41 +0000 (+0200) Subject: rpmresolve: Add nativesdk in BBCLASSEXTEND X-Git-Tag: 2015-4~4867 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=068cfd27ff1bf31b110b68fee947624026b69a90;p=openembedded-core.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 48c52c0403..04a55fd480 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"