[OE-core] [PATCH] opkg-utils: extend to nativesdk

Jonas Danielsson jonas.danielsson at lundinova.se
Wed Apr 18 16:12:42 UTC 2012


Signed-off-by: Jonas Danielsson <jonas.danielsson at lundinova.se>
---
 meta/recipes-devtools/opkg-utils/opkg-utils_git.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
index 4fe4038..eb42eae 100644
--- a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
+++ b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
                     file://opkg.py;beginline=1;endline=18;md5=15917491ad6bf7acc666ca5f7cc1e083"
 RDEPENDS_${PN} = "python"
 RDEPENDS_${PN}_virtclass-native = ""
+RDEPENDS_${PN}_virtclass-nativesdk = "python-nativesdk"
 SRCREV = "16665959c330b5958c0f0f4624a9ca7f823f98de"
 PV = "0.1.8+git${SRCPV}"
 PR = "r1"
@@ -27,5 +28,5 @@ do_install() {
 	oe_runmake PREFIX=${prefix} DESTDIR=${D} install
 }
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
 TARGET_CC_ARCH += "${LDFLAGS}"
-- 
1.7.5.4





More information about the Openembedded-core mailing list