diff options
author | Ionut Radu <ionutx.radu@intel.com> | 2013-05-08 17:41:59 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-16 00:09:48 +0300 |
commit | ca64333d0bc2666eae18dbaa90cebb090cd43a45 (patch) | |
tree | 2c6e530c53b57d39fb12128e10e1d59d68fb25c6 /meta/recipes-support/gpgme | |
parent | c066df89474b59188da0ad4a82139a007fdce815 (diff) | |
download | poky-ca64333d0bc2666eae18dbaa90cebb090cd43a45.tar.gz |
gpgme: Updated from 1.4.0 to 1.4.1
(From OE-Core rev: 775529a3891d3f3317ff79b0b1bd2f196f7fa2e8)
Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gpgme')
-rw-r--r-- | meta/recipes-support/gpgme/gpgme-1.4.1/disable_gpgconf_check.patch (renamed from meta/recipes-support/gpgme/gpgme-1.4.0/disable_gpgconf_check.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-support/gpgme/gpgme_1.4.1.bb (renamed from meta/recipes-support/gpgme/gpgme_1.4.0.bb) | 6 |
2 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-support/gpgme/gpgme-1.4.0/disable_gpgconf_check.patch b/meta/recipes-support/gpgme/gpgme-1.4.1/disable_gpgconf_check.patch index df0953069c..df0953069c 100644 --- a/meta/recipes-support/gpgme/gpgme-1.4.0/disable_gpgconf_check.patch +++ b/meta/recipes-support/gpgme/gpgme-1.4.1/disable_gpgconf_check.patch | |||
diff --git a/meta/recipes-support/gpgme/gpgme_1.4.0.bb b/meta/recipes-support/gpgme/gpgme_1.4.1.bb index a8c1157c66..13bc508aa9 100644 --- a/meta/recipes-support/gpgme/gpgme_1.4.0.bb +++ b/meta/recipes-support/gpgme/gpgme_1.4.1.bb | |||
@@ -12,14 +12,12 @@ 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] = "a0f93aba6d8a831ba14905085027f2f9" | 15 | SRC_URI[md5sum] = "07f1c0eb6596a94efa3ffb75e74bfbba" |
16 | SRC_URI[sha256sum] = "728c959abb0795ed4357b308cdbba92210d22998b075664d1e038d3cc7145619" | 16 | SRC_URI[sha256sum] = "7ab63e5086ebe4cfe7f78face1bb059a7a60da586b1e5c6a77bedcd6d04019b8" |
17 | DEPENDS = "libgpg-error libassuan ${PTH}" | 17 | DEPENDS = "libgpg-error libassuan ${PTH}" |
18 | PTH_libc-uclibc = "npth" | 18 | PTH_libc-uclibc = "npth" |
19 | PTH = "pth" | 19 | PTH = "pth" |
20 | 20 | ||
21 | PR = "r0" | ||
22 | |||
23 | EXTRA_OECONF = "--with-pth=${STAGING_DIR_HOST} --without-pth-test \ | 21 | EXTRA_OECONF = "--with-pth=${STAGING_DIR_HOST} --without-pth-test \ |
24 | --with-gpg=${bindir}/gpg --without-gpgsm" | 22 | --with-gpg=${bindir}/gpg --without-gpgsm" |
25 | 23 | ||