summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libksba
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2012-02-01 07:20:30 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-03 17:23:33 +0000
commit6034d1c51273d2e3d4b0e08dfac2e04725eeeb24 (patch)
treeac8968a89359ec3fefc00118e0a3a40cfb055be8 /meta/recipes-support/libksba
parent3301dc44b2942a930875a261a203099bc9d09f73 (diff)
downloadpoky-6034d1c51273d2e3d4b0e08dfac2e04725eeeb24.tar.gz
libksba: add 1.2.0 (initial recipe)
Libksba provides an easy API to create and parse X.509 and CMS related objects and is required for gnupg (From OE-Core rev: fdee3a3e00d9677a71f3a4f4f4c4cbc4af3ab028) Signed-off-by: Steve Sakoman <steve@sakoman.com> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libksba')
-rw-r--r--meta/recipes-support/libksba/libksba_1.2.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-support/libksba/libksba_1.2.0.bb b/meta/recipes-support/libksba/libksba_1.2.0.bb
new file mode 100644
index 0000000000..6489cc52e0
--- /dev/null
+++ b/meta/recipes-support/libksba/libksba_1.2.0.bb
@@ -0,0 +1,13 @@
1DESCRIPTION = "Libksba provides an easy API to create and parse X.509 and CMS related objects."
2HOMEPAGE = "http://www.gnupg.org/related_software/libksba/"
3LICENSE = "GPLv3"
4LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
5
6DEPENDS = "libgpg-error"
7
8inherit autotools binconfig
9
10SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${PN}/${PN}-${PV}.tar.bz2"
11
12SRC_URI[md5sum] = "e797f370b69b4dc776499d6a071ae137"
13SRC_URI[sha256sum] = "09afce65b03d027cbec10d21464f4f651cdfd269e38b404f83e48d3e2a3c934b"