diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-05-24 16:23:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-01 18:34:35 +0100 |
commit | 057512f2a9f7d4a6df9c9924788fabc23dc188a3 (patch) | |
tree | 17d9753ad920963eec3fae1a91cc3feaedfb4da6 /meta/recipes-support/gnutls/gnutls.inc | |
parent | f236b1e5f69ab96c6cea585e972ec8699a4d1bf5 (diff) | |
download | poky-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.inc | 6 |
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 | ||
22 | EXTRA_OECONF="--with-included-opencdk --with-included-libcfg --disable-rpath \ | 22 | EXTRA_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 | " | |
27 | do_configure_prepend() { | 27 | do_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 |