diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-22 10:53:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-28 08:23:56 +0100 |
commit | ffffc627b21a3cf8b407d16a437793b5fddf7127 (patch) | |
tree | 3778bc1a7a55fb4c54948b79a60392231a6f0184 | |
parent | 74d73cf1e4607cb313b5e4c7138b555d5999a46d (diff) | |
download | openembedded-core-ffffc627b21a3cf8b407d16a437793b5fddf7127.tar.gz openembedded-core-ffffc627b21a3cf8b407d16a437793b5fddf7127.tar.bz2 openembedded-core-ffffc627b21a3cf8b407d16a437793b5fddf7127.zip |
gpgme: Update to ensure we pkg-config for dependencies
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/gpgme/gpgme_1.4.3.bb | 6 |
1 files changed, 6 insertions, 0 deletions
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 +} |