]> code.ossystems Code Review - openembedded-core.git/commitdiff
chrpath: add nativesdk variant
authorJoshua Lock <josh@linux.intel.com>
Wed, 15 Dec 2010 15:39:47 +0000 (15:39 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 16 Dec 2010 15:53:09 +0000 (15:53 +0000)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/recipes-devtools/chrpath/chrpath_0.13.bb

index df7863e0942de9a7104984a1826af27970906420..200f4446b799ebda67f3749b8c8026ed4f066e87 100644 (file)
@@ -19,4 +19,4 @@ S = "${WORKDIR}/chrpath-${PV}"
 # so must use the one we've just built
 CHRPATH_BIN_virtclass-native = "${S}/chrpath"
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"