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>
This commit is contained in:
Khem Raj 2024-08-14 13:59:53 -07:00
parent 0b0511ded8
commit aa94d5221e
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -19,4 +19,7 @@ S = "${WORKDIR}/git"
inherit autotools
PACKAGECONFIG ?= "reproducible-build"
PACKAGECONFIG[reproducible-build] = "--enable-reproducible-build,--disable-reproducible-build,"
BBCLASSEXTEND += "native nativesdk"