From: Nitin A Kamble Date: Mon, 9 Jul 2012 10:30:10 +0000 (-0700) Subject: gnutls: Fix build with automake 1.12.1 X-Git-Tag: 2015-4~9955 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a7a07aff69d4bb44410721eecf33a60ac2166328;p=openembedded-core.git gnutls: Fix build with automake 1.12.1 Added new patches: avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch gnutls_fix_for_automake_1.12.1.patch more details in patch headers. Signed-off-by: Nitin A Kamble Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/gnutls/gnutls_2.12.20.bb b/meta/recipes-support/gnutls/gnutls_2.12.20.bb index 9d33f14bc2..37b101dc76 100644 --- a/meta/recipes-support/gnutls/gnutls_2.12.20.bb +++ b/meta/recipes-support/gnutls/gnutls_2.12.20.bb @@ -1,6 +1,6 @@ require gnutls.inc -PR = "${INC_PR}.2" +PR = "${INC_PR}.3" SRC_URI += "file://gnutls-openssl.patch \ file://correct_rpl_gettimeofday_signature.patch \