From: Richard Purdie Date: Sat, 11 Mar 2023 20:54:47 +0000 (+0000) Subject: gnutls: Add missing python ptest dependency X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1425 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf5b15a8b7a2b2276109efc8a6fe54788908ef0d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gnutls: Add missing python ptest dependency Add dependency on python3 to fix execution in minimal images. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/gnutls/gnutls_3.8.0.bb b/meta/recipes-support/gnutls/gnutls_3.8.0.bb index 835ab122d84..7ddd2420bd5 100644 --- a/meta/recipes-support/gnutls/gnutls_3.8.0.bb +++ b/meta/recipes-support/gnutls/gnutls_3.8.0.bb @@ -80,6 +80,8 @@ FILES:${PN}-openssl = "${libdir}/libgnutls-openssl.so.*" FILES:${PN}-xx = "${libdir}/libgnutlsxx.so.*" FILES:${PN}-fips = "${bindir}/fipshmac" +RDEPENDS:${PN}-ptest += "python3" + BBCLASSEXTEND = "native nativesdk" pkg_postinst_ontarget:${PN}-fips () {