summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-08-14 13:59:53 -0700
committerKhem Raj <raj.khem@gmail.com>2024-08-14 21:46:26 -0700
commitaa94d5221e7e6dbed8d8bf5be70eb0fc3fd3237e (patch)
tree1f55c1bbe20617884ea589d2529b761af44962dc
parent0b0511ded8f791b81571b8755a93849a0553181d (diff)
downloadmeta-openembedded-aa94d5221e7e6dbed8d8bf5be70eb0fc3fd3237e.tar.gz
wolfssl: Add packageconfig for reproducible build
Make this option turned on by default Fixes WARNING: wolfssl-5.7.2-r0 do_package_qa: QA Issue: File /usr/lib/libwolfssl.so.42.2.0 in package wolfssl contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-connectivity/wolfssl/wolfssl_5.7.2.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.7.2.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.7.2.bb
index d45f1f69d0..009434d96a 100644
--- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.7.2.bb
+++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.7.2.bb
@@ -19,4 +19,7 @@ S = "${WORKDIR}/git"
19 19
20inherit autotools 20inherit autotools
21 21
22PACKAGECONFIG ?= "reproducible-build"
23
24PACKAGECONFIG[reproducible-build] = "--enable-reproducible-build,--disable-reproducible-build,"
22BBCLASSEXTEND += "native nativesdk" 25BBCLASSEXTEND += "native nativesdk"