diff options
-rw-r--r-- | meta/recipes-support/gpgme/gpgme_1.3.2.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-support/gpgme/gpgme_1.3.2.bb b/meta/recipes-support/gpgme/gpgme_1.3.2.bb index b3c1d469e9..f19892c529 100644 --- a/meta/recipes-support/gpgme/gpgme_1.3.2.bb +++ b/meta/recipes-support/gpgme/gpgme_1.3.2.bb | |||
@@ -17,7 +17,7 @@ DEPENDS = "libgpg-error libassuan ${PTH}" | |||
17 | PTH_libc-uclibc = "npth" | 17 | PTH_libc-uclibc = "npth" |
18 | PTH = "pth" | 18 | PTH = "pth" |
19 | 19 | ||
20 | PR = "r0" | 20 | PR = "r1" |
21 | 21 | ||
22 | EXTRA_OECONF = "--with-pth=${STAGING_DIR_HOST} --without-pth-test \ | 22 | EXTRA_OECONF = "--with-pth=${STAGING_DIR_HOST} --without-pth-test \ |
23 | --with-gpg=${bindir}/gpg --without-gpgsm" | 23 | --with-gpg=${bindir}/gpg --without-gpgsm" |
@@ -28,7 +28,3 @@ PACKAGES =+ "${PN}-pth ${PN}-pthread" | |||
28 | FILES_${PN}-pth = "${libdir}/libgpgme-pth.so.*" | 28 | FILES_${PN}-pth = "${libdir}/libgpgme-pth.so.*" |
29 | FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*" | 29 | FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*" |
30 | FILES_${PN}-dev += "${datadir}/common-lisp/source/gpgme/*" | 30 | FILES_${PN}-dev += "${datadir}/common-lisp/source/gpgme/*" |
31 | |||
32 | do_install_append() { | ||
33 | rmdir ${D}/usr/libexec | ||
34 | } | ||