summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libassuan/libassuan_2.2.0.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2014-12-23 15:59:18 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-07 23:35:10 +0000
commitbe42ad12d86461d8eaefacce8d282de7dda63125 (patch)
treec77f605b2c3c5885432b36d72b6ec2f69d452fdf /meta/recipes-support/libassuan/libassuan_2.2.0.bb
parent09439837822d7c4f679b3239aa3e0639bea87a21 (diff)
downloadpoky-be42ad12d86461d8eaefacce8d282de7dda63125.tar.gz
libassuan: Upgrade to 2.2.0
(From OE-Core rev: 61dfbbc30f498c37b9e494d038053afc7f07165e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libassuan/libassuan_2.2.0.bb')
-rw-r--r--meta/recipes-support/libassuan/libassuan_2.2.0.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-support/libassuan/libassuan_2.2.0.bb b/meta/recipes-support/libassuan/libassuan_2.2.0.bb
new file mode 100644
index 0000000000..5fc8b8c92f
--- /dev/null
+++ b/meta/recipes-support/libassuan/libassuan_2.2.0.bb
@@ -0,0 +1,26 @@
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+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
7 file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
8 file://src/assuan.c;endline=20;md5=0f465544183405055ec179869fc5b5ba \
9 file://src/assuan-defs.h;endline=20;md5=20cd55535260ca1779edae5c7b80b21e"
10
11DEPENDS = "libgpg-error"
12
13SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-${PV}.tar.bz2 \
14 file://libassuan-add-pkgconfig-support.patch"
15
16SRC_URI[md5sum] = "a104faed3e97b9c302c5d67cc22b1d60"
17SRC_URI[sha256sum] = "7df58ed70be4b694f77efd1f3b3f103c6311b6b71e04a370382f9fe8204f6ec6"
18
19BINCONFIG = "${bindir}/libassuan-config"
20
21inherit autotools texinfo binconfig-disabled pkgconfig
22
23do_configure_prepend () {
24 # Else these could be used in prefernce to those in aclocal-copy
25 rm -f ${S}/m4/*.m4
26}