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.3.1.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-support/gpgme/gpgme_1.3.1.bb b/meta/recipes-support/gpgme/gpgme_1.3.1.bb
index 43d8aad7a7..949a24c83e 100644
--- a/meta/recipes-support/gpgme/gpgme_1.3.1.bb
+++ b/meta/recipes-support/gpgme/gpgme_1.3.1.bb
@@ -17,7 +17,7 @@ DEPENDS = "libgpg-error libassuan ${PTH}"
17PTH_libc-uclibc = "npth" 17PTH_libc-uclibc = "npth"
18PTH = "pth" 18PTH = "pth"
19 19
20PR = "r2" 20PR = "r3"
21 21
22EXTRA_OECONF = "--with-pth=${STAGING_DIR_HOST} --without-pth-test \ 22EXTRA_OECONF = "--with-pth=${STAGING_DIR_HOST} --without-pth-test \
23 --with-gpg=${bindir}/gpg --without-gpgsm" 23 --with-gpg=${bindir}/gpg --without-gpgsm"
@@ -27,8 +27,7 @@ inherit autotools binconfig
27PACKAGES =+ "${PN}-pth ${PN}-pthread" 27PACKAGES =+ "${PN}-pth ${PN}-pthread"
28FILES_${PN}-pth = "${libdir}/libgpgme-pth.so.*" 28FILES_${PN}-pth = "${libdir}/libgpgme-pth.so.*"
29FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*" 29FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*"
30FILES_${PN} = "${libdir}/libgpgme.so.*" 30FILES_${PN}-dev += "${datadir}/common-lisp/source/gpgme/*"
31FILES_${PN}-dev += "${bindir}/gpgme-config ${datadir}/common-lisp/source/gpgme/*"
32 31
33do_install_append() { 32do_install_append() {
34 rmdir ${D}/usr/libexec 33 rmdir ${D}/usr/libexec