diff options
Diffstat (limited to 'meta/recipes-support/gpgme/gpgme_1.3.1.bb')
-rw-r--r-- | meta/recipes-support/gpgme/gpgme_1.3.1.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-support/gpgme/gpgme_1.3.1.bb b/meta/recipes-support/gpgme/gpgme_1.3.1.bb index 9ffedbae2d..4bcb57ab37 100644 --- a/meta/recipes-support/gpgme/gpgme_1.3.1.bb +++ b/meta/recipes-support/gpgme/gpgme_1.3.1.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2 \ | |||
14 | SRC_URI[md5sum] = "90afa8436ce2b2683c001c824bd22601" | 14 | SRC_URI[md5sum] = "90afa8436ce2b2683c001c824bd22601" |
15 | SRC_URI[sha256sum] = "15ef27a875ae0d79d7446fd931deda11438e724ffbeac74449ed19cba23df4d4" | 15 | SRC_URI[sha256sum] = "15ef27a875ae0d79d7446fd931deda11438e724ffbeac74449ed19cba23df4d4" |
16 | DEPENDS = "libgpg-error libassuan pth" | 16 | DEPENDS = "libgpg-error libassuan pth" |
17 | PR = "r0" | 17 | PR = "r1" |
18 | 18 | ||
19 | EXTRA_OECONF = "--with-pth=${STAGING_DIR_HOST} --without-pth-test \ | 19 | EXTRA_OECONF = "--with-pth=${STAGING_DIR_HOST} --without-pth-test \ |
20 | --with-gpg=${bindir}/gpg --without-gpgsm" | 20 | --with-gpg=${bindir}/gpg --without-gpgsm" |
@@ -26,3 +26,7 @@ FILES_${PN}-pth = "${libdir}/libgpgme-pth.so.*" | |||
26 | FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*" | 26 | FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*" |
27 | FILES_${PN} = "${libdir}/libgpgme.so.*" | 27 | FILES_${PN} = "${libdir}/libgpgme.so.*" |
28 | FILES_${PN}-dev += "${bindir}/gpgme-config ${datadir}/common-lisp/source/gpgme/*" | 28 | FILES_${PN}-dev += "${bindir}/gpgme-config ${datadir}/common-lisp/source/gpgme/*" |
29 | |||
30 | do_install_append() { | ||
31 | rmdir ${D}/usr/libexec | ||
32 | } | ||