]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gnupg: create a package for gpgv
authorAndreas Oberritter <obi@opendreambox.org>
Mon, 20 Mar 2017 14:09:51 +0000 (15:09 +0100)
committerAndreas Oberritter <obi@opendreambox.org>
Thu, 2 Jul 2020 10:18:39 +0000 (12:18 +0200)
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>
meta/recipes-support/gnupg/gnupg_2.2.19.bb

index a0577d61d39fe6e1c709c6e630602f49bf44395a..d0c2374e959b3c31d3b325c29530214a86150f5c 100644 (file)
@@ -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"