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'.

(From OE-Core rev: 32f3596cefc034398803032785714b289766bb66)

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Barker 2013-03-25 13:54:43 +00:00 committed by Richard Purdie
parent 5a9d83de1f
commit d12980ff1d
1 changed files with 1 additions and 0 deletions

View File

@ -27,4 +27,5 @@ EXTRA_OECONF = "--disable-ldap \
do_install_append() {
ln -sf gpg2 ${D}${bindir}/gpg
ln -sf gpgv2 ${D}${bindir}/gpgv
}