mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
gnutls: Add missing python ptest dependency
Add dependency on python3 to fix execution in minimal images. (From OE-Core rev: bf5b15a8b7a2b2276109efc8a6fe54788908ef0d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user