From: Paul Barker Date: Mon, 25 Mar 2013 13:54:43 +0000 (+0000) Subject: gnupg: Add symlink for gpgv X-Git-Tag: 2015-4~7076 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=32f3596cefc034398803032785714b289766bb66;p=openembedded-core.git gnupg: Add symlink for gpgv 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/gnupg/gnupg_2.0.19.bb b/meta/recipes-support/gnupg/gnupg_2.0.19.bb index 8cd793b431..593250aad7 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 }