diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-02-02 14:12:32 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-04 23:35:05 +0000 |
commit | 584aba196c31520da7a9ece6d1b99442bbb3bd39 (patch) | |
tree | 8594d4dd468f2f40cbf44bf2ec43cce49655aca7 /meta/recipes-support | |
parent | b21aeb4ac8a5a392234deaa2c0400c6f1a39b871 (diff) | |
download | openembedded-core-584aba196c31520da7a9ece6d1b99442bbb3bd39.tar.gz openembedded-core-584aba196c31520da7a9ece6d1b99442bbb3bd39.tar.bz2 openembedded-core-584aba196c31520da7a9ece6d1b99442bbb3bd39.zip |
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.
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support')
-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+" 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]}" |