Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 01/13] chrpath: Fix case where ${B} != ${S}
@ 2013-03-18  2:04 Richard Purdie
  2013-03-18  2:05 ` [PATCH 02/13] docbook-utils-native: " Richard Purdie
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Richard Purdie @ 2013-03-18  2:04 UTC (permalink / raw)
  To: openembedded-core

Fix out of tree builds for the native case by using the correct
path to the built object.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-devtools/chrpath/chrpath_0.14.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}"
-- 
1.7.10.4




^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-03-18  2:31 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-18  2:04 [PATCH 01/13] chrpath: Fix case where ${B} != ${S} Richard Purdie
2013-03-18  2:05 ` [PATCH 02/13] docbook-utils-native: " Richard Purdie
2013-03-18  2:05 ` [PATCH 03/13] e2fsprogs: " Richard Purdie
2013-03-18  2:05 ` [PATCH 04/13] distcc: " Richard Purdie
2013-03-18  2:14   ` Richard Purdie
2013-03-18  2:05 ` [PATCH 05/13] sudo: " Richard Purdie
2013-03-18  2:05 ` [PATCH 06/13] lttng-ust: " Richard Purdie
2013-03-18  2:05 ` [PATCH 07/13] icu: " Richard Purdie
2013-03-18  2:05 ` [PATCH 08/13] nasm: Fix case where ${B} != ${S} (partial) Richard Purdie
2013-03-18  2:05 ` [PATCH 09/13] diffstat: Fix case where ${B} != ${S} Richard Purdie
2013-03-18  2:05 ` [PATCH 10/13] libfakekey: Update to new revision to fix ${B} != ${S} issues Richard Purdie
2013-03-18  2:05 ` [PATCH 11/13] libsdl: Fix " Richard Purdie
2013-03-18  2:05 ` [PATCH 12/13] xcursor-transparent-theme: Refresh patches and ${B} != ${S} fixes Richard Purdie
2013-03-18  2:05 ` [PATCH 13/13] libnewt: Fix ${B} != ${S} (partial) Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox