From e8e10ebb5c650cc85e9568b263e4da95c9d81075 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Mon, 20 Mar 2017 15:09:51 +0100 Subject: 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 --- meta/recipes-support/gnupg/gnupg_2.2.19.bb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meta/recipes-support/gnupg/gnupg_2.2.19.bb b/meta/recipes-support/gnupg/gnupg_2.2.19.bb index a0577d61d3..d0c2374e95 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" -- cgit 1.2.3-korg