aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2017-03-20 15:09:51 +0100
committerAndreas Oberritter <obi@opendreambox.org>2019-04-08 13:49:57 +0200
commit62aca76345130fedc10eecc8c8d812007cadea6a (patch)
tree61b2e92a861ea187c1dea39d745a3de2f3e64dda
parenta6a94b27973cf2f66ee44f8ee10a53a9b73a3483 (diff)
downloadopenembedded-core-contrib-62aca76345130fedc10eecc8c8d812007cadea6a.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.1.18.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-support/gnupg/gnupg_2.1.18.bb b/meta/recipes-support/gnupg/gnupg_2.1.18.bb
index a0611aa007..019062c0d0 100644
--- a/meta/recipes-support/gnupg/gnupg_2.1.18.bb
+++ b/meta/recipes-support/gnupg/gnupg_2.1.18.bb
@@ -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*"