[oe-commits] =?UTF-8?Q?David=20Nystr=C3=B6m=20?=: rpmresolve: Add nativesdk in BBCLASSEXTEND

git at git.openembedded.org git at git.openembedded.org
Fri Oct 18 14:44:19 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 068cfd27ff1bf31b110b68fee947624026b69a90
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=068cfd27ff1bf31b110b68fee947624026b69a90

Author: David Nyström <david.c.nystrom at gmail.com>
Date:   Thu Oct 17 15:59:41 2013 +0200

rpmresolve: Add nativesdk in BBCLASSEXTEND

Signed-off-by: David Nyström <david.nystrom at enea.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/rpm/rpmresolve_1.0.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/rpm/rpmresolve_1.0.bb b/meta/recipes-devtools/rpm/rpmresolve_1.0.bb
index 48c52c0..04a55fd 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"



More information about the Openembedded-commits mailing list