mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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>
This commit is contained in:
parent
0b0511ded8
commit
aa94d5221e
|
|
@ -19,4 +19,7 @@ S = "${WORKDIR}/git"
|
|||
|
||||
inherit autotools
|
||||
|
||||
PACKAGECONFIG ?= "reproducible-build"
|
||||
|
||||
PACKAGECONFIG[reproducible-build] = "--enable-reproducible-build,--disable-reproducible-build,"
|
||||
BBCLASSEXTEND += "native nativesdk"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user