summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libksba/libksba_1.5.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-12-28 21:04:17 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-31 11:53:26 +0000
commit6dc66753079ed2b4f022608d41f0d3659ac75004 (patch)
treeb6885315224d171cb0fde1622e51cd692c180504 /meta/recipes-support/libksba/libksba_1.5.0.bb
parentdfcdb32251bcc2d16dc912529ddb778c722485a9 (diff)
downloadpoky-6dc66753079ed2b4f022608d41f0d3659ac75004.tar.gz
libksba: update 1.4.0 -> 1.5.0
(From OE-Core rev: 3b87034b9347ce6922388f95d20caea9b256ce9a) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libksba/libksba_1.5.0.bb')
-rw-r--r--meta/recipes-support/libksba/libksba_1.5.0.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta/recipes-support/libksba/libksba_1.5.0.bb b/meta/recipes-support/libksba/libksba_1.5.0.bb
new file mode 100644
index 0000000000..005389eab6
--- /dev/null
+++ b/meta/recipes-support/libksba/libksba_1.5.0.bb
@@ -0,0 +1,29 @@
1SUMMARY = "Easy API to create and parse X.509 and CMS related objects"
2HOMEPAGE = "http://www.gnupg.org/related_software/libksba/"
3LICENSE = "GPLv3+ & (GPLv2+ | LGPLv3+)"
4LICENSE_${PN} = "GPLv2+ | LGPLv3+"
5LICENSE_${PN}-doc = "GPLv3+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=fd541d83f75d038c4e0617b672ed8bda \
7 file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
8 file://COPYING.GPLv3;md5=2f31b266d3440dd7ee50f92cf67d8e6c \
9 file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
10 "
11
12DEPENDS = "libgpg-error"
13
14BINCONFIG = "${bindir}/ksba-config"
15
16inherit autotools binconfig-disabled pkgconfig texinfo
17
18UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html"
19SRC_URI = "${GNUPG_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
20 file://ksba-add-pkgconfig-support.patch"
21
22SRC_URI[sha256sum] = "ae4af129216b2d7fdea0b5bf2a788cd458a79c983bb09a43f4d525cc87aba0ba"
23
24do_configure_prepend () {
25 # Else these could be used in preference to those in aclocal-copy
26 rm -f ${S}/m4/gpg-error.m4
27}
28
29BBCLASSEXTEND = "native nativesdk"