diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 02:04:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 13:18:24 +0000 |
commit | 31211284610f1052772490143c803eb942acd8c1 (patch) | |
tree | 47bea5e7dc155a44ca69b1a13016116796f713b3 /meta/recipes-devtools/chrpath | |
parent | b345b7cdb30e5d93ca332189fee4b7b390db59b0 (diff) | |
download | poky-31211284610f1052772490143c803eb942acd8c1.tar.gz |
chrpath: Fix case where ${B} != ${S}
Fix out of tree builds for the native case by using the correct
path to the built object.
(From OE-Core rev: ea39d2ba55205d47356ee53779ce991eade1fb5f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/chrpath')
-rw-r--r-- | meta/recipes-devtools/chrpath/chrpath_0.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/chrpath/chrpath_0.14.bb b/meta/recipes-devtools/chrpath/chrpath_0.14.bb index 533e974fe9..27426a7c3f 100644 --- a/meta/recipes-devtools/chrpath/chrpath_0.14.bb +++ b/meta/recipes-devtools/chrpath/chrpath_0.14.bb | |||
@@ -18,7 +18,7 @@ inherit autotools | |||
18 | 18 | ||
19 | # We don't have a staged chrpath-native for ensuring our binary is | 19 | # We don't have a staged chrpath-native for ensuring our binary is |
20 | # relocatable, so use the one we've just built | 20 | # relocatable, so use the one we've just built |
21 | CHRPATH_BIN_class-native = "${S}/chrpath" | 21 | CHRPATH_BIN_class-native = "${B}/chrpath" |
22 | 22 | ||
23 | PROVIDES_append_class-native = " chrpath-replacement-native" | 23 | PROVIDES_append_class-native = " chrpath-replacement-native" |
24 | NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" | 24 | NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" |