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>
This commit is contained in:
Khem Raj
2024-08-14 13:59:53 -07:00
committed by Armin Kuster
parent fdd1894976
commit 57b939762c
@@ -22,6 +22,9 @@ S = "${WORKDIR}/git"
inherit autotools ptest
PACKAGECONFIG ?= "reproducible-build"
PACKAGECONFIG[reproducible-build] = "--enable-reproducible-build,--disable-reproducible-build,"
BBCLASSEXTEND += "native nativesdk"
RDEPENDS:${PN}-ptest += " bash"