From: Richard Purdie Date: Thu, 22 May 2014 09:53:28 +0000 (+0100) Subject: gpgme: Update to ensure we pkg-config for dependencies X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~33556 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffffc627b21a3cf8b407d16a437793b5fddf7127;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gpgme: Update to ensure we pkg-config for dependencies Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/gpgme/gpgme_1.4.3.bb b/meta/recipes-support/gpgme/gpgme_1.4.3.bb index bb53e38e4c1..5105430cb1e 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 +}