[oe-commits] [openembedded-core] branch master-next updated: gnupg: fix floating dependancy on gnutls

git at git.openembedded.org git at git.openembedded.org
Tue Jun 27 21:48:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

The following commit(s) were added to refs/heads/master-next by this push:
     new 7f9806a  gnupg: fix floating dependancy on gnutls
7f9806a is described below

commit 7f9806afb0b05fcd6af14910ed488a2ce277913c
Author: Saul Wold <sgw at linux.intel.com>
AuthorDate: Tue Jun 27 14:44:08 2017 -0700

    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.
    
    Signed-off-by: Saul Wold <sgw at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/gnupg/gnupg_2.1.20.bb | 5 ++---
 1 file 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 bbda283..e56421f 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() {
 	ln -sf gpgv2 ${D}${bindir}/gpgv
 }
 
-RDEPENDS_${PN} = "gnutls"
-
-PACKAGECONFIG ??= ""
+PACKAGECONFIG ??= "gnutls"
+PACKAGECONFIG[gnutls] = "--enable-gnutls, --disable-gnutls, gnutls"
 PACKAGECONFIG[sqlite3] = "--enable-sqlite, --disable-sqlite, sqlite3"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list