[OE-core] [PATCH v2] gnupg: Add symlink for gpgv
Paul Barker
paul at paulbarker.me.uk
Mon Mar 25 13:54:43 UTC 2013
Gnupg 2.0.19 installs 'gpgv2' but apt-get and possibly other utilities expect
to find this as 'gpgv'. A symlink is created in the same way as the link for
'gpg'.
Signed-off-by: Paul Barker <paul at paulbarker.me.uk>
---
meta/recipes-support/gnupg/gnupg_2.0.19.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-support/gnupg/gnupg_2.0.19.bb b/meta/recipes-support/gnupg/gnupg_2.0.19.bb
index 8cd793b..593250a 100644
--- a/meta/recipes-support/gnupg/gnupg_2.0.19.bb
+++ b/meta/recipes-support/gnupg/gnupg_2.0.19.bb
@@ -27,4 +27,5 @@ EXTRA_OECONF = "--disable-ldap \
do_install_append() {
ln -sf gpg2 ${D}${bindir}/gpg
+ ln -sf gpgv2 ${D}${bindir}/gpgv
}
--
1.7.10.4
More information about the Openembedded-core
mailing list