summaryrefslogtreecommitdiffstats
path: root/recipes-networking/cni
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-networking/cni
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-networking/cni')
-rw-r--r--recipes-networking/cni/cni_git.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb
index 4c1714ae..d07154bb 100644
--- a/recipes-networking/cni/cni_git.bb
+++ b/recipes-networking/cni/cni_git.bb
@@ -92,7 +92,6 @@ do_install() {
92 92
93FILES_${PN} += "/opt/cni/bin/*" 93FILES_${PN} += "/opt/cni/bin/*"
94 94
95INHIBIT_PACKAGE_STRIP = "1"
96INSANE_SKIP_${PN} += "ldflags already-stripped" 95INSANE_SKIP_${PN} += "ldflags already-stripped"
97 96
98deltask compile_ptest_base 97deltask compile_ptest_base