From ffffc627b21a3cf8b407d16a437793b5fddf7127 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 22 May 2014 10:53:28 +0100 Subject: gpgme: Update to ensure we pkg-config for dependencies Signed-off-by: Richard Purdie --- meta/recipes-support/gpgme/gpgme_1.4.3.bb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta/recipes-support/gpgme') 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 +} -- cgit 1.2.3-korg