summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-08-14 13:59:53 -0700
committerArmin Kuster <akuster@mvista.com>2025-04-16 20:30:02 -0400
commit57b939762c919e160505deba8f9deef349e85144 (patch)
treef7e68d65d5f8f0cd324c0864c708b6501893ba7d
parentfdd18949760a1a178903eabdcdd18f6838fd0bbb (diff)
downloadmeta-openembedded-57b939762c919e160505deba8f9deef349e85144.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> Signed-off-by: Armin Kuster <akuster@mvista.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 8e86b62964..8f484d6098 100644
--- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.7.2.bb
+++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.7.2.bb
@@ -22,6 +22,9 @@ S = "${WORKDIR}/git"
22 22
23inherit autotools ptest 23inherit autotools ptest
24 24
25PACKAGECONFIG ?= "reproducible-build"
26
27PACKAGECONFIG[reproducible-build] = "--enable-reproducible-build,--disable-reproducible-build,"
25BBCLASSEXTEND += "native nativesdk" 28BBCLASSEXTEND += "native nativesdk"
26 29
27RDEPENDS:${PN}-ptest += " bash" 30RDEPENDS:${PN}-ptest += " bash"