summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnutls/gnutls.inc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-05-24 16:23:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-01 18:34:35 +0100
commit057512f2a9f7d4a6df9c9924788fabc23dc188a3 (patch)
tree17d9753ad920963eec3fae1a91cc3feaedfb4da6 /meta/recipes-support/gnutls/gnutls.inc
parentf236b1e5f69ab96c6cea585e972ec8699a4d1bf5 (diff)
downloadpoky-057512f2a9f7d4a6df9c9924788fabc23dc188a3.tar.gz
gnutls: update to 2.12.5
(From OE-Core rev: ad52eacebdc413aa351de078ee878182a9c71e16) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnutls/gnutls.inc')
-rw-r--r--meta/recipes-support/gnutls/gnutls.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc
index fd77af4c84..9f8d81b3bb 100644
--- a/meta/recipes-support/gnutls/gnutls.inc
+++ b/meta/recipes-support/gnutls/gnutls.inc
@@ -21,9 +21,9 @@ inherit autotools binconfig pkgconfig gettext
21 21
22EXTRA_OECONF="--with-included-opencdk --with-included-libcfg --disable-rpath \ 22EXTRA_OECONF="--with-included-opencdk --with-included-libcfg --disable-rpath \
23 --with-libtasn1-prefix=${STAGING_DIR_HOST}${prefix} \ 23 --with-libtasn1-prefix=${STAGING_DIR_HOST}${prefix} \
24 --with-libgcrypt-prefix=${STAGING_DIR_HOST}${prefix} \ 24 --with-libgcrypt --with-libgcrypt-prefix=${STAGING_DIR_HOST}${prefix} \
25 --with-libz-prefix=${STAGING_DIR_HOST}${prefix} --with-lzo --disable-guile" 25 --with-lzo --disable-guile \
26 26 "
27do_configure_prepend() { 27do_configure_prepend() {
28 for dir in . lib libextra; do 28 for dir in . lib libextra; do
29 rm ${dir}/aclocal.m4 ${dir}/m4/libtool.m4 ${dir}/m4/lt*.m4 29 rm ${dir}/aclocal.m4 ${dir}/m4/libtool.m4 ${dir}/m4/lt*.m4