summaryrefslogtreecommitdiffstats
path: root/recipes-core/runv
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2019-07-22 14:48:07 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-07-22 14:48:07 +0000
commit95b848f2198018b44e44f3526a9de67a3c89c3c7 (patch)
treef9207787606034cd92bf12fe2e682a41b3af5f6b /recipes-core/runv
parent37a554a2491499aabc88959348544e325e533f71 (diff)
downloadmeta-virtualization-95b848f2198018b44e44f3526a9de67a3c89c3c7.tar.gz
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 <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-core/runv')
-rw-r--r--recipes-core/runv/runv_git.bb1
1 files changed, 0 insertions, 1 deletions
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
78 78
79FILES_${PN} += "/usr/local/bin/*" 79FILES_${PN} += "/usr/local/bin/*"
80 80
81INHIBIT_PACKAGE_STRIP = "1"
82INSANE_SKIP_${PN} += "ldflags already-stripped" 81INSANE_SKIP_${PN} += "ldflags already-stripped"