From d12980ff1d47df0b6b8c10c595779af16cb76ffa Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Mon, 25 Mar 2013 13:54:43 +0000 Subject: 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 Signed-off-by: Richard Purdie --- 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 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 } -- cgit v1.2.3-54-g00ecf