From: Saul Wold Date: Tue, 27 Jun 2017 21:44:08 +0000 (-0700) Subject: gnupg: fix floating dependancy on gnutls X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20958 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f9806afb0b05fcd6af14910ed488a2ce277913c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/gnupg/gnupg_2.1.20.bb b/meta/recipes-support/gnupg/gnupg_2.1.20.bb index bbda2837640..e56421feaea 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"