diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-02 14:13:42 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-02 17:10:34 +0100 |
| commit | e2519ae2b09273cfaf1ca0cee1ca50f13ee56ffb (patch) | |
| tree | 11a350f46d45f3a63de3c9072afc949739490a12 | |
| parent | bf3d0ca9d153bcb4719ffa301e4498cf411046ab (diff) | |
| download | poky-e2519ae2b09273cfaf1ca0cee1ca50f13ee56ffb.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.
(From OE-Core rev: 147c44c882a3dc667c079165d3ddc9d78b702286)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/chrpath/chrpath_0.14.bb | 3 |
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 | |||
| 20 | # relocatable, so use the one we've just built | 20 | # relocatable, so use the one we've just built |
| 21 | CHRPATH_BIN_virtclass-native = "${S}/chrpath" | 21 | CHRPATH_BIN_virtclass-native = "${S}/chrpath" |
| 22 | 22 | ||
| 23 | PROVIDES_append_virtclass-native = " chrpath-replacement-native" | ||
| 24 | NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" | ||
| 25 | |||
| 23 | BBCLASSEXTEND = "native nativesdk" | 26 | BBCLASSEXTEND = "native nativesdk" |
