mirror of
https://git.yoctoproject.org/poky
synced 2026-04-14 08:02:30 +02:00
gnutls.inc: add gmp to DEPENDS
GnuTLS depends on gmp. The dependency is usually satisfied indirectly via nettle, but for correctness make it explicit in the gnutls recipe. (From OE-Core rev: 584aba196c31520da7a9ece6d1b99442bbb3bd39) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
935aa967c1
commit
60ebe1c68b
@@ -11,7 +11,7 @@ LICENSE_${PN}-openssl = "GPLv3+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
file://COPYING.LESSER;md5=a6f89e2100d9b6cdffcea4f398e37343"
|
||||
|
||||
DEPENDS = "nettle libidn virtual/libiconv"
|
||||
DEPENDS = "nettle gmp libidn virtual/libiconv"
|
||||
DEPENDS_append_libc-musl = " argp-standalone"
|
||||
|
||||
SHRT_VER = "${@d.getVar('PV', True).split('.')[0]}.${@d.getVar('PV', True).split('.')[1]}"
|
||||
|
||||
Reference in New Issue
Block a user