diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-08-22 16:41:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-26 11:47:17 +0100 |
commit | b55f92397503ab5b637e3d511f1497e6a07702b6 (patch) | |
tree | 16bc8c577a09508c3094fb41c64c75e48436cb26 | |
parent | 26ce13ba62d1ef76094b91cddb0f89108d767da1 (diff) | |
download | poky-b55f92397503ab5b637e3d511f1497e6a07702b6.tar.gz |
gpgme: update to 1.4.3
(From OE-Core rev: 3b4f5c4153c0af0e5205d9c30e4b7265c36079d3)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/gpgme/gpgme-1.4.3/disable_gpgconf_check.patch (renamed from meta/recipes-support/gpgme/gpgme-1.4.2/disable_gpgconf_check.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-support/gpgme/gpgme_1.4.3.bb (renamed from meta/recipes-support/gpgme/gpgme_1.4.2.bb) | 5 |
2 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-support/gpgme/gpgme-1.4.2/disable_gpgconf_check.patch b/meta/recipes-support/gpgme/gpgme-1.4.3/disable_gpgconf_check.patch index df0953069c..df0953069c 100644 --- a/meta/recipes-support/gpgme/gpgme-1.4.2/disable_gpgconf_check.patch +++ b/meta/recipes-support/gpgme/gpgme-1.4.3/disable_gpgconf_check.patch | |||
diff --git a/meta/recipes-support/gpgme/gpgme_1.4.2.bb b/meta/recipes-support/gpgme/gpgme_1.4.3.bb index 040cdf42b4..aacd92383c 100644 --- a/meta/recipes-support/gpgme/gpgme_1.4.2.bb +++ b/meta/recipes-support/gpgme/gpgme_1.4.3.bb | |||
@@ -12,8 +12,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
12 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2 \ | 12 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2 \ |
13 | file://disable_gpgconf_check.patch" | 13 | file://disable_gpgconf_check.patch" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "c8cb345ba7c0353e47bdf3c5c05e49be" | 15 | SRC_URI[md5sum] = "334e524cffa8af4e2f43ae8afe585672" |
16 | SRC_URI[sha256sum] = "2c4f2bf71e53e6fb7badf07801d4248777566a621c8c2339c02c289731df6856" | 16 | SRC_URI[sha256sum] = "2d1cc12411753752d9c5b9037e6fd3fd363517af720154768cc7b46b60120496" |
17 | |||
17 | DEPENDS = "libgpg-error libassuan ${PTH}" | 18 | DEPENDS = "libgpg-error libassuan ${PTH}" |
18 | PTH_libc-uclibc = "npth" | 19 | PTH_libc-uclibc = "npth" |
19 | PTH = "pth" | 20 | PTH = "pth" |