mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
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:
committed by
Richard Purdie
parent
5a9d83de1f
commit
d12980ff1d
@@ -27,4 +27,5 @@ EXTRA_OECONF = "--disable-ldap \
|
|||||||
|
|
||||||
do_install_append() {
|
do_install_append() {
|
||||||
ln -sf gpg2 ${D}${bindir}/gpg
|
ln -sf gpg2 ${D}${bindir}/gpg
|
||||||
|
ln -sf gpgv2 ${D}${bindir}/gpgv
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user