From: Andreas Oberritter Date: Mon, 20 Mar 2017 14:09:51 +0000 (+0100) Subject: gnupg: create a package for gpgv X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62aca76345130fedc10eecc8c8d812007cadea6a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gnupg: create a package for gpgv It is a small version of gpg which can only verify signatures. It should be installable on its own. This matches the behaviour of the gnupg 1.4 recipe, which was removed recently. Signed-off-by: Andreas Oberritter --- diff --git a/meta/recipes-support/gnupg/gnupg_2.1.18.bb b/meta/recipes-support/gnupg/gnupg_2.1.18.bb index a0611aa0078..019062c0d0a 100644 --- a/meta/recipes-support/gnupg/gnupg_2.1.18.bb +++ b/meta/recipes-support/gnupg/gnupg_2.1.18.bb @@ -40,7 +40,11 @@ do_install_append() { ln -sf gpgv2 ${D}${bindir}/gpgv } -RDEPENDS_${PN} = "gnutls" +RDEPENDS_${PN} = "gnutls gpgv" PACKAGECONFIG ??= "" PACKAGECONFIG[sqlite3] = "--enable-sqlite, --disable-sqlite, sqlite3" + +PACKAGES =+ "gpgv" + +FILES_gpgv = "${bindir}/gpgv*"