aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-12-15 15:39:47 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-16 15:53:09 +0000
commitc2f93b959ed59ceb95f9d2217b1ebb4ed9f3dc15 (patch)
treedd278ea0fa429acb0c64560fa46154feae2e49aa /meta
parentae4f5c942ef0561335313d676ff8defc0f0bdbbc (diff)
downloadopenembedded-core-c2f93b959ed59ceb95f9d2217b1ebb4ed9f3dc15.tar.gz
chrpath: add nativesdk variant
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/chrpath/chrpath_0.13.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/chrpath/chrpath_0.13.bb b/meta/recipes-devtools/chrpath/chrpath_0.13.bb
index df7863e094..200f4446b7 100644
--- a/meta/recipes-devtools/chrpath/chrpath_0.13.bb
+++ b/meta/recipes-devtools/chrpath/chrpath_0.13.bb
@@ -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"