summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnupg
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-06-27 14:44:08 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-28 15:21:34 +0100
commit06bb7a7daccb3d433dce66398467673b69844652 (patch)
tree754eb53ebd07b281488e2fcd2c6a4dc3ed33e1d8 /meta/recipes-support/gnupg
parent0df29783f9f2b0ae70d37b75380b9146132e6970 (diff)
downloadpoky-06bb7a7daccb3d433dce66398467673b69844652.tar.gz
gnupg: fix floating dependancy on gnutls
gunpg added TLS support to the dirmngr for 2.1.0, mostly we linked with gnutls and had the RDEPENDS for gnutls. Since we had TLS support continue enabling it by default. (From OE-Core rev: 7f9806afb0b05fcd6af14910ed488a2ce277913c) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnupg')
-rw-r--r--meta/recipes-support/gnupg/gnupg_2.1.20.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-support/gnupg/gnupg_2.1.20.bb b/meta/recipes-support/gnupg/gnupg_2.1.20.bb
index bbda283764..e56421feae 100644
--- a/meta/recipes-support/gnupg/gnupg_2.1.20.bb
+++ b/meta/recipes-support/gnupg/gnupg_2.1.20.bb
@@ -40,7 +40,6 @@ do_install_append() {
40 ln -sf gpgv2 ${D}${bindir}/gpgv 40 ln -sf gpgv2 ${D}${bindir}/gpgv
41} 41}
42 42
43RDEPENDS_${PN} = "gnutls" 43PACKAGECONFIG ??= "gnutls"
44 44PACKAGECONFIG[gnutls] = "--enable-gnutls, --disable-gnutls, gnutls"
45PACKAGECONFIG ??= ""
46PACKAGECONFIG[sqlite3] = "--enable-sqlite, --disable-sqlite, sqlite3" 45PACKAGECONFIG[sqlite3] = "--enable-sqlite, --disable-sqlite, sqlite3"