diff options
Diffstat (limited to 'meta/recipes-support/gnutls')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index f2d29eb4f7..2c6a8da390 100644 --- a/meta/recipes-support/gnutls/gnutls.inc +++ b/meta/recipes-support/gnutls/gnutls.inc | |||
@@ -11,7 +11,7 @@ LICENSE_${PN}-openssl = "GPLv3+" | |||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ |
12 | file://COPYING.LESSER;md5=a6f89e2100d9b6cdffcea4f398e37343" | 12 | file://COPYING.LESSER;md5=a6f89e2100d9b6cdffcea4f398e37343" |
13 | 13 | ||
14 | DEPENDS = "nettle libidn virtual/libiconv" | 14 | DEPENDS = "nettle gmp libidn virtual/libiconv" |
15 | DEPENDS_append_libc-musl = " argp-standalone" | 15 | DEPENDS_append_libc-musl = " argp-standalone" |
16 | 16 | ||
17 | SHRT_VER = "${@d.getVar('PV', True).split('.')[0]}.${@d.getVar('PV', True).split('.')[1]}" | 17 | SHRT_VER = "${@d.getVar('PV', True).split('.')[0]}.${@d.getVar('PV', True).split('.')[1]}" |