similarity index 94%
rename from meta-networking/recipes-connectivity/wolfssl/wolfssl_5.7.2.bb
rename to meta-networking/recipes-connectivity/wolfssl/wolfssl_5.8.0.bb
@@ -17,7 +17,7 @@ SRC_URI = " \
file://run-ptest \
"
-SRCREV = "00e42151ca061463ba6a95adb2290f678cbca472"
+SRCREV = "b077c81eb635392e694ccedbab8b644297ec0285"
S = "${WORKDIR}/git"
@@ -28,6 +28,8 @@ PACKAGECONFIG ?= "reproducible-build"
PACKAGECONFIG[reproducible-build] = "--enable-reproducible-build,--disable-reproducible-build,"
BBCLASSEXTEND += "native nativesdk"
+CFLAGS += '-DCERT_REL_PREFIX=\\"./\\"'
+
RDEPENDS:${PN}-ptest += " bash"
do_install_ptest() {
Define relative path for certs Fixes WARNING: wolfssl-5.8.0-r0 do_package_qa: QA Issue: File /usr/lib/wolfssl/ptest/test/.libs/unit.test in package wolfssl-ptest contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com> --- v2: Fix buildpaths in test binaries .../wolfssl/{wolfssl_5.7.2.bb => wolfssl_5.8.0.bb} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename meta-networking/recipes-connectivity/wolfssl/{wolfssl_5.7.2.bb => wolfssl_5.8.0.bb} (94%)