summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2017-03-20 15:09:51 +0100
committerAndreas Oberritter <obi@opendreambox.org>2020-07-02 12:18:39 +0200
commite8e10ebb5c650cc85e9568b263e4da95c9d81075 (patch)
tree47ee0fdeed6b97308e9fe05554ff73646709ec90
parent709c18b15a7e66837ac6a00779ead195e030cdc1 (diff)
downloadopenembedded-core-contrib-e8e10ebb5c650cc85e9568b263e4da95c9d81075.tar.gz
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 <obi@opendreambox.org>
-rw-r--r--meta/recipes-support/gnupg/gnupg_2.2.19.bb6
1 files changed, 6 insertions, 0 deletions
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"