]> code.ossystems Code Review - openembedded-core.git/commitdiff
gpgme: Update to ensure we pkg-config for dependencies
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 May 2014 09:53:28 +0000 (10:53 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 May 2014 07:23:56 +0000 (08:23 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/gpgme/gpgme_1.4.3.bb

index bb53e38e4c133e8d7684f672d9596c1c56375ce8..5105430cb1e61710ff1e4a2756bb4c549dedc74e 100644 (file)
@@ -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
+}