[gnome-continuous-yocto/gnomeostree-3.28-rocko: 6485/8267] gnupg: fix floating dependancy on gnutls



commit 06bb7a7daccb3d433dce66398467673b69844652
Author: Saul Wold <sgw linux intel com>
Date:   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.
    
    (From OE-Core rev: 7f9806afb0b05fcd6af14910ed488a2ce277913c)
    
    Signed-off-by: Saul Wold <sgw linux intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 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 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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]