[oe-commits] Richard Purdie : gpgme: Update to ensure we pkg-config for dependencies

git at git.openembedded.org git at git.openembedded.org
Wed May 28 07:28:05 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: ffffc627b21a3cf8b407d16a437793b5fddf7127
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ffffc627b21a3cf8b407d16a437793b5fddf7127

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu May 22 10:53:28 2014 +0100

gpgme: Update to ensure we pkg-config for dependencies

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/gpgme/gpgme_1.4.3.bb | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/meta/recipes-support/gpgme/gpgme_1.4.3.bb b/meta/recipes-support/gpgme/gpgme_1.4.3.bb
index bb53e38..5105430 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
+}



More information about the Openembedded-commits mailing list