summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libassuan/libassuan_2.5.4.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-11-02 17:49:01 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-03 08:21:12 +0000
commit55ffc0c0407f8727b876a0252a1170d0c3860dc1 (patch)
tree77ef1ce285f64ec3a0b19d386618ac38fd06c50b /meta/recipes-support/libassuan/libassuan_2.5.4.bb
parent77dc687d00aea17f4323a20ee9a9de652816b2d9 (diff)
downloadpoky-55ffc0c0407f8727b876a0252a1170d0c3860dc1.tar.gz
libassuan: upgrade 2.5.3 -> 2.5.4
(From OE-Core rev: 8ee0bc7a8aab9369f6c09b561b9d2702a2fc6391) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libassuan/libassuan_2.5.4.bb')
-rw-r--r--meta/recipes-support/libassuan/libassuan_2.5.4.bb35
1 files changed, 35 insertions, 0 deletions
diff --git a/meta/recipes-support/libassuan/libassuan_2.5.4.bb b/meta/recipes-support/libassuan/libassuan_2.5.4.bb
new file mode 100644
index 0000000000..e83f571183
--- /dev/null
+++ b/meta/recipes-support/libassuan/libassuan_2.5.4.bb
@@ -0,0 +1,35 @@
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[sha256sum] = "c080ee96b3bd519edd696cfcebdecf19a3952189178db9887be713ccbcb5fbf0"
21
22BINCONFIG = "${bindir}/libassuan-config"
23
24inherit autotools texinfo binconfig-disabled pkgconfig multilib_header
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
31do_install_append () {
32 oe_multilib_header assuan.h
33}
34
35BBCLASSEXTEND = "native nativesdk"