summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gpgme/gpgme_1.3.1.bb
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2011-07-28 15:27:22 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-04 15:04:33 +0100
commitfa5d871577a9a48dbb1e33f5619938f4d2991682 (patch)
treed1cd7a095798db3ae8649c6fb31792de84614cdd /meta/recipes-support/gpgme/gpgme_1.3.1.bb
parente3f0cff334d153d0048560bae7b07be01574813d (diff)
downloadpoky-fa5d871577a9a48dbb1e33f5619938f4d2991682.tar.gz
gpgme: Upgrade to 1.3.1
(From OE-Core rev: 55be2b0f882dfa7ae1885ff0223d60606c02aad4) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gpgme/gpgme_1.3.1.bb')
-rw-r--r--meta/recipes-support/gpgme/gpgme_1.3.1.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-support/gpgme/gpgme_1.3.1.bb b/meta/recipes-support/gpgme/gpgme_1.3.1.bb
new file mode 100644
index 0000000000..9ffedbae2d
--- /dev/null
+++ b/meta/recipes-support/gpgme/gpgme_1.3.1.bb
@@ -0,0 +1,28 @@
1DESCRIPTION = "GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications. It provides a High-Level Crypto API for encryption, decryption, signing, signature verification and key management"
2HOMEPAGE = "http://www.gnupg.org/gpgme.html"
3BUGTRACKER = "https://bugs.g10code.com/gnupg/index"
4
5LICENSE = "GPLv2+ & LGPLv2.1+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
7 file://COPYING.LESSER;md5=bbb461211a33b134d42ed5ee802b37ff \
8 file://src/gpgme.h.in;endline=23;md5=942b47052c0674c6a3b9b9e6127628a4 \
9 file://src/engine.h;endline=22;md5=e96acfaab1cff82dd8fbefddd2f5c436"
10
11SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2 \
12 file://disable_gpgconf_check.patch"
13
14SRC_URI[md5sum] = "90afa8436ce2b2683c001c824bd22601"
15SRC_URI[sha256sum] = "15ef27a875ae0d79d7446fd931deda11438e724ffbeac74449ed19cba23df4d4"
16DEPENDS = "libgpg-error libassuan pth"
17PR = "r0"
18
19EXTRA_OECONF = "--with-pth=${STAGING_DIR_HOST} --without-pth-test \
20 --with-gpg=${bindir}/gpg --without-gpgsm"
21
22inherit autotools binconfig
23
24PACKAGES =+ "${PN}-pth ${PN}-pthread"
25FILES_${PN}-pth = "${libdir}/libgpgme-pth.so.*"
26FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*"
27FILES_${PN} = "${libdir}/libgpgme.so.*"
28FILES_${PN}-dev += "${bindir}/gpgme-config ${datadir}/common-lisp/source/gpgme/*"