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=e8e10ebb5c650cc85e9568b263e4da95c9d81075;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.2.19.bb b/meta/recipes-support/gnupg/gnupg_2.2.19.bb index a0577d61d39..d0c2374e959 100644 --- a/meta/recipes-support/gnupg/gnupg_2.2.19.bb +++ b/meta/recipes-support/gnupg/gnupg_2.2.19.bb @@ -55,4 +55,10 @@ PACKAGECONFIG ??= "gnutls" PACKAGECONFIG[gnutls] = "--enable-gnutls, --disable-gnutls, gnutls" PACKAGECONFIG[sqlite3] = "--enable-sqlite, --disable-sqlite, sqlite3" +PACKAGES =+ "gpgv" + +RDEPENDS_${PN} = "gpgv" + +FILES_gpgv = "${bindir}/gpgv*" + BBCLASSEXTEND = "native"