diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-11 20:54:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-12 23:39:13 +0000 |
commit | 647b9ddb33d950340c6edac75883531418b937e2 (patch) | |
tree | dd995846a1e3b3c96f514db1d3264591f5717356 /meta | |
parent | a05ca8d69f8744015844a67b8b837fb8b3e544d1 (diff) | |
download | poky-647b9ddb33d950340c6edac75883531418b937e2.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls_3.8.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_3.8.0.bb b/meta/recipes-support/gnutls/gnutls_3.8.0.bb index 835ab122d8..7ddd2420bd 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.*" | |||
80 | FILES:${PN}-xx = "${libdir}/libgnutlsxx.so.*" | 80 | FILES:${PN}-xx = "${libdir}/libgnutlsxx.so.*" |
81 | FILES:${PN}-fips = "${bindir}/fipshmac" | 81 | FILES:${PN}-fips = "${bindir}/fipshmac" |
82 | 82 | ||
83 | RDEPENDS:${PN}-ptest += "python3" | ||
84 | |||
83 | BBCLASSEXTEND = "native nativesdk" | 85 | BBCLASSEXTEND = "native nativesdk" |
84 | 86 | ||
85 | pkg_postinst_ontarget:${PN}-fips () { | 87 | pkg_postinst_ontarget:${PN}-fips () { |