Signed-off-by: Richard Purdie <[email protected]>

diff --git a/meta/recipes-support/gpgme/gpgme_1.4.3.bb 
b/meta/recipes-support/gpgme/gpgme_1.4.3.bb
index bb53e38..9d21ade 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
 PACKAGES =+ "${PN}-pthread"
 FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*"
 FILES_${PN}-dev += "${datadir}/common-lisp/source/gpgme/*"
+
+do_configure_prepend () {
+       # Else these could be used in preference to those in aclocal-copy
+       rm -f ${S}/m4/gpg-error.m4
+       rm -f ${S}/m4/libassuan.m4
+}


-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to