diff options
author | Saul Wold <sgw@linux.intel.com> | 2017-06-27 14:44:08 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-28 15:21:34 +0100 |
commit | 06bb7a7daccb3d433dce66398467673b69844652 (patch) | |
tree | 754eb53ebd07b281488e2fcd2c6a4dc3ed33e1d8 /meta | |
parent | 0df29783f9f2b0ae70d37b75380b9146132e6970 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-support/gnupg/gnupg_2.1.20.bb | 5 |
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 | ||
43 | RDEPENDS_${PN} = "gnutls" | 43 | PACKAGECONFIG ??= "gnutls" |
44 | 44 | PACKAGECONFIG[gnutls] = "--enable-gnutls, --disable-gnutls, gnutls" | |
45 | PACKAGECONFIG ??= "" | ||
46 | PACKAGECONFIG[sqlite3] = "--enable-sqlite, --disable-sqlite, sqlite3" | 45 | PACKAGECONFIG[sqlite3] = "--enable-sqlite, --disable-sqlite, sqlite3" |