summaryrefslogtreecommitdiff
path: root/recipes/gnupg/gnupg.inc
diff options
context:
space:
mode:
authorJan Lübbe <jluebbe@debian.org>2009-09-17 11:00:29 +0000
committerJan Lübbe <jluebbe@debian.org>2009-09-18 08:04:39 +0000
commit8f10e06e417cabc19e49bc55eeed47ac52640e1a (patch)
treefa0e84c583be17d4a5cab7c03feef18e04b3219c /recipes/gnupg/gnupg.inc
parent277333bc80a22c4bff8f2a611d67be0856507bdb (diff)
gnupg: split gpgv off into its own package
Diffstat (limited to 'recipes/gnupg/gnupg.inc')
-rw-r--r--recipes/gnupg/gnupg.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/gnupg/gnupg.inc b/recipes/gnupg/gnupg.inc
index 2d8e37605f..f41dbdc73c 100644
--- a/recipes/gnupg/gnupg.inc
+++ b/recipes/gnupg/gnupg.inc
@@ -71,6 +71,11 @@ do_install () {
mv ${D}${prefix}/doc/* ${D}/${docdir}/${PN}/ || :
}
+# split out gpgv from main package
+RDEPENDS_gnupg = "gpgv"
+PACKAGES =+ "gpgv"
+FILES_gpgv = "${bindir}/gpgv"
+
# Exclude debug files from the main packages
FILES_${PN} = "${bindir}/* ${datadir}/${PN} ${libexecdir}/${PN}/*"
FILES_${PN}-dbg += "${libexecdir}/${PN}/.debug"