]> 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>
Mon, 8 Apr 2019 11:49:57 +0000 (13:49 +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.1.18.bb

index a0611aa00782038e903ac9f2b1f95cddcde1f5e7..019062c0d0a73f2835cf8fc049ce215e8302b4c0 100644 (file)
@@ -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*"