From: Wenzong Fan <[email protected]> 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 <[email protected]> --- 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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
