summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libassuan/libassuan_2.5.1.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2017-12-17 08:34:32 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-02 17:24:38 +0000
commite65c490b8cae68ea35563396c2fcfb3daf90fd55 (patch)
tree5894e72e542dcea27fe78302406746e1727b70ec /meta/recipes-support/libassuan/libassuan_2.5.1.bb
parentf2245b51bd99b73e166fa027fd5385944c5e6157 (diff)
downloadpoky-e65c490b8cae68ea35563396c2fcfb3daf90fd55.tar.gz
libassuan: update to 2.5.1
(From OE-Core rev: 16775d498acef984092b9702a1c0177103bf99c3) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libassuan/libassuan_2.5.1.bb')
-rw-r--r--meta/recipes-support/libassuan/libassuan_2.5.1.bb32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta/recipes-support/libassuan/libassuan_2.5.1.bb b/meta/recipes-support/libassuan/libassuan_2.5.1.bb
new file mode 100644
index 0000000000..34d5f1642f
--- /dev/null
+++ b/meta/recipes-support/libassuan/libassuan_2.5.1.bb
@@ -0,0 +1,32 @@
1SUMMARY = "IPC library used by GnuPG and GPGME"
2HOMEPAGE = "http://www.gnupg.org/related_software/libassuan/"
3BUGTRACKER = "https://bugs.g10code.com/gnupg/index"
4
5LICENSE = "GPLv3+ & LGPLv2.1+"
6LICENSE_${PN} = "LGPLv2.1+"
7LICENSE_${PN}-doc = "GPLv3+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
9 file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
10 file://src/assuan.c;endline=20;md5=ab92143a5a2adabd06d7994d1467ea5c\
11 file://src/assuan-defs.h;endline=20;md5=15d950c83e82978e35b35e790d7e4d39"
12
13DEPENDS = "libgpg-error"
14
15UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html"
16SRC_URI = "${GNUPG_MIRROR}/libassuan/libassuan-${PV}.tar.bz2 \
17 file://libassuan-add-pkgconfig-support.patch \
18 "
19
20SRC_URI[md5sum] = "4354b7ae296894f232ada226a062d7d7"
21SRC_URI[sha256sum] = "47f96c37b4f2aac289f0bc1bacfa8bd8b4b209a488d3d15e2229cb6cc9b26449"
22
23BINCONFIG = "${bindir}/libassuan-config"
24
25inherit autotools texinfo binconfig-disabled pkgconfig
26
27do_configure_prepend () {
28 # Else these could be used in preference to those in aclocal-copy
29 rm -f ${S}/m4/*.m4
30}
31
32BBCLASSEXTEND = "native nativesdk"