diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-08-14 13:59:53 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-14 21:46:26 -0700 |
commit | aa94d5221e7e6dbed8d8bf5be70eb0fc3fd3237e (patch) | |
tree | 1f55c1bbe20617884ea589d2529b761af44962dc | |
parent | 0b0511ded8f791b81571b8755a93849a0553181d (diff) | |
download | meta-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.bb | 3 |
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 | ||
20 | inherit autotools | 20 | inherit autotools |
21 | 21 | ||
22 | PACKAGECONFIG ?= "reproducible-build" | ||
23 | |||
24 | PACKAGECONFIG[reproducible-build] = "--enable-reproducible-build,--disable-reproducible-build," | ||
22 | BBCLASSEXTEND += "native nativesdk" | 25 | BBCLASSEXTEND += "native nativesdk" |