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:27:01 +0100 |
commit | 3b3f0a66901ecc624e87081e30635db0116f68b9 (patch) | |
tree | 4c0d07c0bcef24b9e9f32485ba5dc320b1c1428d | |
parent | ae5c64feba40a3ed24a32c4816170c366831c2c7 (diff) | |
download | poky-3b3f0a66901ecc624e87081e30635db0116f68b9.tar.gz |
gpgme: Update to ensure we pkg-config for dependencies
(From OE-Core rev: ffffc627b21a3cf8b407d16a437793b5fddf7127)
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 | |||
24 | PACKAGES =+ "${PN}-pthread" | 24 | PACKAGES =+ "${PN}-pthread" |
25 | FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*" | 25 | FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*" |
26 | FILES_${PN}-dev += "${datadir}/common-lisp/source/gpgme/*" | 26 | FILES_${PN}-dev += "${datadir}/common-lisp/source/gpgme/*" |
27 | |||
28 | do_configure_prepend () { | ||
29 | # Else these could be used in preference to those in aclocal-copy | ||
30 | rm -f ${S}/m4/gpg-error.m4 | ||
31 | rm -f ${S}/m4/libassuan.m4 | ||
32 | } | ||