aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libksba/libksba_1.3.0.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-22 10:54:50 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-28 08:23:57 +0100
commit4a971a90988435902a4a8dd9c721d440cd80c0bd (patch)
tree6223c4a4fa1e6f096b141b292f671ca7959c1691 /meta/recipes-support/libksba/libksba_1.3.0.bb
parentffffc627b21a3cf8b407d16a437793b5fddf7127 (diff)
downloadopenembedded-core-contrib-4a971a90988435902a4a8dd9c721d440cd80c0bd.tar.gz
libksba: Use pkg-config for dependencies
Use pkg-config in the m4 macros for the package, ensure we have a host field in the .pc file. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libksba/libksba_1.3.0.bb')
-rw-r--r--meta/recipes-support/libksba/libksba_1.3.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-support/libksba/libksba_1.3.0.bb b/meta/recipes-support/libksba/libksba_1.3.0.bb
index 7486befd73..4ea6856b97 100644
--- a/meta/recipes-support/libksba/libksba_1.3.0.bb
+++ b/meta/recipes-support/libksba/libksba_1.3.0.bb
@@ -18,3 +18,7 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2 \
SRC_URI[md5sum] = "cd86fad9c9d360b2cf80449f8a4a4075"
SRC_URI[sha256sum] = "5a61eed50550d4d0dcb47457ce7b6a90f8e719d42a3b25f7e79333e8cd721971"
+do_configure_prepend () {
+ # Else these could be used in preference to those in aclocal-copy
+ rm -f ${S}/m4/gpg-error.m4
+}