summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-02 14:13:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-02 17:07:18 +0100
commit147c44c882a3dc667c079165d3ddc9d78b702286 (patch)
treec84b10edab8aeb9e6ace26077bbd854744e60242 /meta
parent9c2e5b04e40102fc7276fd3a6467725617dc33ce (diff)
downloadopenembedded-core-contrib-147c44c882a3dc667c079165d3ddc9d78b702286.tar.gz
chrpath: We should provide chrpath-replacement-native and install into a native specific directory
chrpath is assumed to be provided by the build host system. This means we need to provide a replacement version and install into a specific directory to avoid races. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/chrpath/chrpath_0.14.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/chrpath/chrpath_0.14.bb b/meta/recipes-devtools/chrpath/chrpath_0.14.bb
index 679f1aaea7..bb9b4b686d 100644
--- a/meta/recipes-devtools/chrpath/chrpath_0.14.bb
+++ b/meta/recipes-devtools/chrpath/chrpath_0.14.bb
@@ -20,4 +20,7 @@ inherit autotools
# relocatable, so use the one we've just built
CHRPATH_BIN_virtclass-native = "${S}/chrpath"
+PROVIDES_append_virtclass-native = " chrpath-replacement-native"
+NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
+
BBCLASSEXTEND = "native nativesdk"