From 95b848f2198018b44e44f3526a9de67a3c89c3c7 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 22 Jul 2019 14:48:07 +0000 Subject: containers/go/build: don't override global package strip flags When the go-lang container recipes were first created there were issues with strip and the resulting binaries. As such, strip was inhibited for the various packages. This variable is now set in the default classes, and tests show that strip works on the binaries (saving up to 2M on disk for some binaries) with no runtime issues found. So we drop our explicit set of the inhibit and let the build proceed by the defaults. If issues are found, we can re-enable the setting or bbappends can turn it back on for builds showing issues. Signed-off-by: Bruce Ashfield --- recipes-core/runv/runv_git.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'recipes-core/runv') diff --git a/recipes-core/runv/runv_git.bb b/recipes-core/runv/runv_git.bb index 0301dd28..ef94f096 100644 --- a/recipes-core/runv/runv_git.bb +++ b/recipes-core/runv/runv_git.bb @@ -78,5 +78,4 @@ deltask compile_ptest_base FILES_${PN} += "/usr/local/bin/*" -INHIBIT_PACKAGE_STRIP = "1" INSANE_SKIP_${PN} += "ldflags already-stripped" -- cgit v1.2.3-54-g00ecf