From: Richard Purdie Date: Mon, 18 Mar 2013 02:04:59 +0000 (+0000) Subject: chrpath: Fix case where ${B} != ${S} X-Git-Tag: rev_ivi_2015_02_04~13296 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55a2246b7612bcacbbb5fc281eea6fc6c96b19b4;p=scm%2Fbb%2Ftizen-distro.git 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 --- diff --git a/meta/recipes-devtools/chrpath/chrpath_0.14.bb b/meta/recipes-devtools/chrpath/chrpath_0.14.bb index 533e974..27426a7 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 # We don't have a staged chrpath-native for ensuring our binary is # relocatable, so use the one we've just built -CHRPATH_BIN_class-native = "${S}/chrpath" +CHRPATH_BIN_class-native = "${B}/chrpath" PROVIDES_append_class-native = " chrpath-replacement-native" NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"