diff options
-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 () { |