summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gpgme
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/gpgme')
-rw-r--r--meta/recipes-support/gpgme/gpgme_1.4.3.bb10
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 \
15SRC_URI[md5sum] = "334e524cffa8af4e2f43ae8afe585672" 15SRC_URI[md5sum] = "334e524cffa8af4e2f43ae8afe585672"
16SRC_URI[sha256sum] = "2d1cc12411753752d9c5b9037e6fd3fd363517af720154768cc7b46b60120496" 16SRC_URI[sha256sum] = "2d1cc12411753752d9c5b9037e6fd3fd363517af720154768cc7b46b60120496"
17 17
18DEPENDS = "libgpg-error libassuan ${PTH}" 18DEPENDS = "libgpg-error libassuan"
19PTH_libc-uclibc = "npth"
20PTH = "pth"
21 19
22EXTRA_OECONF = "--with-pth=${STAGING_DIR_HOST} --without-pth-test \ 20EXTRA_OECONF = "--with-gpg=${bindir}/gpg --without-gpgsm"
23 --with-gpg=${bindir}/gpg --without-gpgsm"
24 21
25inherit autotools binconfig 22inherit autotools binconfig
26 23
27PACKAGES =+ "${PN}-pth ${PN}-pthread" 24PACKAGES =+ "${PN}-pthread"
28FILES_${PN}-pth = "${libdir}/libgpgme-pth.so.*"
29FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*" 25FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*"
30FILES_${PN}-dev += "${datadir}/common-lisp/source/gpgme/*" 26FILES_${PN}-dev += "${datadir}/common-lisp/source/gpgme/*"