summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnupg/gnupg_2.0.22.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/gnupg/gnupg_2.0.22.bb')
-rw-r--r--meta/recipes-support/gnupg/gnupg_2.0.22.bb11
1 files changed, 10 insertions, 1 deletions
diff --git a/meta/recipes-support/gnupg/gnupg_2.0.22.bb b/meta/recipes-support/gnupg/gnupg_2.0.22.bb
index c1ed28c5e6..2746578bb2 100644
--- a/meta/recipes-support/gnupg/gnupg_2.0.22.bb
+++ b/meta/recipes-support/gnupg/gnupg_2.0.22.bb
@@ -10,7 +10,8 @@ PTH_libc-uclibc = "npth"
10 10
11inherit autotools gettext texinfo 11inherit autotools gettext texinfo
12 12
13SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2" 13SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2 \
14 file://pkgconfig.patch"
14 15
15SRC_URI[md5sum] = "ee22e7b4fdbfcb50229c2e6db6db291e" 16SRC_URI[md5sum] = "ee22e7b4fdbfcb50229c2e6db6db291e"
16SRC_URI[sha256sum] = "437d0ab259854359fc48aa8795af80cff4975e559c111c92c03d0bc91408e251" 17SRC_URI[sha256sum] = "437d0ab259854359fc48aa8795af80cff4975e559c111c92c03d0bc91408e251"
@@ -23,6 +24,14 @@ EXTRA_OECONF = "--disable-ldap \
23 --with-readline=${STAGING_LIBDIR}/.. \ 24 --with-readline=${STAGING_LIBDIR}/.. \
24 " 25 "
25 26
27do_configure_prepend () {
28 # Else these could be used in prefernce to those in aclocal-copy
29 rm -f ${S}/m4/gpg-error.m4
30 rm -f ${S}/m4/libassuan.m4
31 rm -f ${S}/m4/ksba.m4
32 rm -f ${S}/m4/libgcrypt.m4
33}
34
26do_install_append() { 35do_install_append() {
27 ln -sf gpg2 ${D}${bindir}/gpg 36 ln -sf gpg2 ${D}${bindir}/gpg
28 ln -sf gpgv2 ${D}${bindir}/gpgv 37 ln -sf gpgv2 ${D}${bindir}/gpgv