summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libassuan/libassuan_2.4.3.bb
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2016-07-27 16:02:56 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-01 11:47:12 +0100
commit8c6371f80370a0ca5b28bd5ea4923c796af581f8 (patch)
tree17e26ba0cf089e661e9490a4b49016a5eccf4f60 /meta/recipes-support/libassuan/libassuan_2.4.3.bb
parente7a0997f19da28972b03ae7df15062d9dbdd4270 (diff)
downloadpoky-8c6371f80370a0ca5b28bd5ea4923c796af581f8.tar.gz
libassuan: upgrade to 2.4.3
2.4.2 -> 2.4.3 (From OE-Core rev: 2b119c05923e5ecf0338b4ddade07944b13743d1) Signed-off-by: Maxin B. John <maxin.john@intel.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.4.3.bb')
-rw-r--r--meta/recipes-support/libassuan/libassuan_2.4.3.bb31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta/recipes-support/libassuan/libassuan_2.4.3.bb b/meta/recipes-support/libassuan/libassuan_2.4.3.bb
new file mode 100644
index 0000000000..1b3916d734
--- /dev/null
+++ b/meta/recipes-support/libassuan/libassuan_2.4.3.bb
@@ -0,0 +1,31 @@
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=0f465544183405055ec179869fc5b5ba \
11 file://src/assuan-defs.h;endline=20;md5=20cd55535260ca1779edae5c7b80b21e"
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
19SRC_URI[md5sum] = "8e01a7c72d3e5d154481230668e6eb5a"
20SRC_URI[sha256sum] = "22843a3bdb256f59be49842abf24da76700354293a066d82ade8134bb5aa2b71"
21
22BINCONFIG = "${bindir}/libassuan-config"
23
24inherit autotools texinfo binconfig-disabled pkgconfig
25
26do_configure_prepend () {
27 # Else these could be used in preference to those in aclocal-copy
28 rm -f ${S}/m4/*.m4
29}
30
31BBCLASSEXTEND = "native"