From 068cfd27ff1bf31b110b68fee947624026b69a90 Mon Sep 17 00:00:00 2001 From: David Nyström Date: Thu, 17 Oct 2013 15:59:41 +0200 Subject: rpmresolve: Add nativesdk in BBCLASSEXTEND MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Nyström Signed-off-by: Richard Purdie --- meta/recipes-devtools/rpm/rpmresolve_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/rpm') 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" -- cgit 1.2.3-korg