Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] bjam-native: inhibit sysroot strip
@ 2015-07-29  7:34 wenzong.fan
  2015-07-29 10:19 ` Burton, Ross
  0 siblings, 1 reply; 5+ messages in thread
From: wenzong.fan @ 2015-07-29  7:34 UTC (permalink / raw)
  To: openembedded-core

From: Wenzong Fan <wenzong.fan@windriver.com>

The bjam is already stripped by default. Fix warning:

  WARNING: File '.../tmp/sysroots/x86_64-linux/usr/bin/bjam' from \
  bjam-native was already stripped, this will prevent future debugging!

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
---
 meta/recipes-support/boost/bjam-native_1.58.0.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-support/boost/bjam-native_1.58.0.bb b/meta/recipes-support/boost/bjam-native_1.58.0.bb
index d85d1a9..e2e0611 100644
--- a/meta/recipes-support/boost/bjam-native_1.58.0.bb
+++ b/meta/recipes-support/boost/bjam-native_1.58.0.bb
@@ -5,6 +5,9 @@ SECTION = "devel"
 
 inherit native
 
+# bjam is already stripped, don't strip it again
+INHIBIT_SYSROOT_STRIP = "1"
+
 do_compile() {
     ./bootstrap.sh --with-toolset=gcc
 }
-- 
1.9.1



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

end of thread, other threads:[~2015-08-10  6:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-29  7:34 [PATCH] bjam-native: inhibit sysroot strip wenzong.fan
2015-07-29 10:19 ` Burton, Ross
2015-07-30  7:40   ` wenzong fan
2015-08-08 23:52     ` Khem Raj
2015-08-10  6:14       ` wenzong fan

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