mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user