diff options
Diffstat (limited to 'meta/recipes-support/gpgme')
-rw-r--r-- | meta/recipes-support/gpgme/gpgme_1.4.3.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-support/gpgme/gpgme_1.4.3.bb b/meta/recipes-support/gpgme/gpgme_1.4.3.bb index bb53e38e4c..5105430cb1 100644 --- a/meta/recipes-support/gpgme/gpgme_1.4.3.bb +++ b/meta/recipes-support/gpgme/gpgme_1.4.3.bb | |||
@@ -24,3 +24,9 @@ inherit autotools texinfo binconfig | |||
24 | PACKAGES =+ "${PN}-pthread" | 24 | PACKAGES =+ "${PN}-pthread" |
25 | FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*" | 25 | FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*" |
26 | FILES_${PN}-dev += "${datadir}/common-lisp/source/gpgme/*" | 26 | FILES_${PN}-dev += "${datadir}/common-lisp/source/gpgme/*" |
27 | |||
28 | do_configure_prepend () { | ||
29 | # Else these could be used in preference to those in aclocal-copy | ||
30 | rm -f ${S}/m4/gpg-error.m4 | ||
31 | rm -f ${S}/m4/libassuan.m4 | ||
32 | } | ||