[OE-core] [PATCH] bjam-native: inhibit sysroot strip

wenzong.fan at windriver.com wenzong.fan at windriver.com
Wed Jul 29 07:34:16 UTC 2015


From: Wenzong Fan <wenzong.fan at 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 at 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




More information about the Openembedded-core mailing list