diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-22 10:52:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-28 08:27:01 +0100 |
commit | ae5c64feba40a3ed24a32c4816170c366831c2c7 (patch) | |
tree | 045f1424b077a8dd57865a33c61f8d37d9ba0998 /meta/recipes-support/libgcrypt/libgcrypt.inc | |
parent | 8557df11b592490d3dd6a389597b0cc3c920ec16 (diff) | |
download | poky-ae5c64feba40a3ed24a32c4816170c366831c2c7.tar.gz |
libgcrypt: Use pkg-config for dependencies
Use pkg-config instead of -config files in the m4 macros.
(From OE-Core rev: 74d73cf1e4607cb313b5e4c7138b555d5999a46d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libgcrypt/libgcrypt.inc')
-rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/libgcrypt.inc index 724bf3d5a0..8afa945648 100644 --- a/meta/recipes-support/libgcrypt/libgcrypt.inc +++ b/meta/recipes-support/libgcrypt/libgcrypt.inc | |||
@@ -18,6 +18,11 @@ inherit autotools-brokensep texinfo binconfig pkgconfig | |||
18 | 18 | ||
19 | EXTRA_OECONF = "--disable-asm --with-capabilities" | 19 | EXTRA_OECONF = "--disable-asm --with-capabilities" |
20 | 20 | ||
21 | do_configure_prepend () { | ||
22 | # Else these could be used in prefernce to those in aclocal-copy | ||
23 | rm ${S}/m4/*.m4 | ||
24 | } | ||
25 | |||
21 | # libgcrypt.pc is added locally and thus installed here | 26 | # libgcrypt.pc is added locally and thus installed here |
22 | do_install_append() { | 27 | do_install_append() { |
23 | install -d ${D}/${libdir}/pkgconfig | 28 | install -d ${D}/${libdir}/pkgconfig |