[oe-commits] Jan Lübbe : gnupg: split gpgv off into its own package

git version control git at git.openembedded.org
Fri Sep 18 08:05:25 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8f10e06e417cabc19e49bc55eeed47ac52640e1a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8f10e06e417cabc19e49bc55eeed47ac52640e1a

Author: Jan Lübbe <jluebbe at debian.org>
Date:   Thu Sep 17 11:00:29 2009 +0000

gnupg: split gpgv off into its own package

---

 recipes/gnupg/gnupg.inc        |    5 +++++
 recipes/gnupg/gnupg_1.4.2.2.bb |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/recipes/gnupg/gnupg.inc b/recipes/gnupg/gnupg.inc
index 2d8e376..f41dbdc 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"
diff --git a/recipes/gnupg/gnupg_1.4.2.2.bb b/recipes/gnupg/gnupg_1.4.2.2.bb
index 8492617..6f63649 100644
--- a/recipes/gnupg/gnupg_1.4.2.2.bb
+++ b/recipes/gnupg/gnupg_1.4.2.2.bb
@@ -12,4 +12,4 @@ SRC_URI += "file://15_free_caps.patch;patch=1 \
 
 S = "${WORKDIR}/gnupg-${PV}"
 
-PR = "r2"
+PR = "r3"





More information about the Openembedded-commits mailing list