diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-04 16:40:26 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-05 14:25:27 +0000 |
commit | a6c2f3f8aa68341cbc7a21ee9204d6644b901000 (patch) | |
tree | d0447df178d163edd3fa628c594eed050adfbfb9 /meta/recipes-support/gpgme | |
parent | aa40209c216207f123a1169ed26fe67e4cecbd89 (diff) | |
download | poky-a6c2f3f8aa68341cbc7a21ee9204d6644b901000.tar.gz |
gpgme: remove pth handling
pth support was removed from gpgpme in 1.3.2 according to the upstream
changelog, so drop all mention of it from the recipe.
Fixes the configure warning:
WARNING: QA Issue: gpgme: configure was passed unrecognised options: --without-pth-test --with-pth
(From OE-Core rev: 530764d4301ee9407d20903009efc9d95cd4c3f9)
Signed-off-by: Paul Eggleton <paul.eggleton@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.3.bb | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/meta/recipes-support/gpgme/gpgme_1.4.3.bb b/meta/recipes-support/gpgme/gpgme_1.4.3.bb index aacd92383c..78182c01bd 100644 --- a/meta/recipes-support/gpgme/gpgme_1.4.3.bb +++ b/meta/recipes-support/gpgme/gpgme_1.4.3.bb | |||
@@ -15,16 +15,12 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2 \ | |||
15 | SRC_URI[md5sum] = "334e524cffa8af4e2f43ae8afe585672" | 15 | SRC_URI[md5sum] = "334e524cffa8af4e2f43ae8afe585672" |
16 | SRC_URI[sha256sum] = "2d1cc12411753752d9c5b9037e6fd3fd363517af720154768cc7b46b60120496" | 16 | SRC_URI[sha256sum] = "2d1cc12411753752d9c5b9037e6fd3fd363517af720154768cc7b46b60120496" |
17 | 17 | ||
18 | DEPENDS = "libgpg-error libassuan ${PTH}" | 18 | DEPENDS = "libgpg-error libassuan" |
19 | PTH_libc-uclibc = "npth" | ||
20 | PTH = "pth" | ||
21 | 19 | ||
22 | EXTRA_OECONF = "--with-pth=${STAGING_DIR_HOST} --without-pth-test \ | 20 | EXTRA_OECONF = "--with-gpg=${bindir}/gpg --without-gpgsm" |
23 | --with-gpg=${bindir}/gpg --without-gpgsm" | ||
24 | 21 | ||
25 | inherit autotools binconfig | 22 | inherit autotools binconfig |
26 | 23 | ||
27 | PACKAGES =+ "${PN}-pth ${PN}-pthread" | 24 | PACKAGES =+ "${PN}-pthread" |
28 | FILES_${PN}-pth = "${libdir}/libgpgme-pth.so.*" | ||
29 | FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*" | 25 | FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*" |
30 | FILES_${PN}-dev += "${datadir}/common-lisp/source/gpgme/*" | 26 | FILES_${PN}-dev += "${datadir}/common-lisp/source/gpgme/*" |