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: 2015-4~2719 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ffffc627b21a3cf8b407d16a437793b5fddf7127;p=openembedded-core.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 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 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 +}