diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-12-15 15:39:47 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-16 15:53:09 +0000 |
commit | c2f93b959ed59ceb95f9d2217b1ebb4ed9f3dc15 (patch) | |
tree | dd278ea0fa429acb0c64560fa46154feae2e49aa /meta/recipes-devtools/chrpath | |
parent | ae4f5c942ef0561335313d676ff8defc0f0bdbbc (diff) | |
download | poky-c2f93b959ed59ceb95f9d2217b1ebb4ed9f3dc15.tar.gz |
chrpath: add nativesdk variant
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/chrpath')
-rw-r--r-- | meta/recipes-devtools/chrpath/chrpath_0.13.bb | 2 |
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}" | |||
19 | # so must use the one we've just built | 19 | # so must use the one we've just built |
20 | CHRPATH_BIN_virtclass-native = "${S}/chrpath" | 20 | CHRPATH_BIN_virtclass-native = "${S}/chrpath" |
21 | 21 | ||
22 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native nativesdk" |