]> code.ossystems Code Review - openembedded-core.git/commitdiff
wget: Fix re-execution issue
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Apr 2012 09:48:35 +0000 (10:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Apr 2012 11:44:36 +0000 (12:44 +0100)
The patch in this recipe patches both configure and configure.in which leads
to build failures once configure has executed and regenerated configure.

The fix to make patch re-executable is not to patch configure and
only patch configure.in.

[YOCTO #2194]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/wget/wget-1.13.4/fix_makefile.patch
meta/recipes-extended/wget/wget.inc

index 3f34c7690b991a9e210577b9c563ff8aed2e6a28..b76a017df6b4df6f99b3d2bfaf7f8a1a28a75e61 100644 (file)
@@ -31,19 +31,6 @@ Index: wget-1.12/configure.ac
  
  AC_PROG_RANLIB
  
-Index: wget-1.12/configure
-===================================================================
---- wget-1.12.orig/configure   2009-09-22 09:40:13.000000000 -0700
-+++ wget-1.12/configure        2011-10-19 20:33:46.578812174 -0700
-@@ -5297,7 +5297,7 @@
--      GETTEXT_MACRO_VERSION=0.17
-+      GETTEXT_MACRO_VERSION=0.18
 Index: wget-1.12/m4/po.m4
 ===================================================================
 --- wget-1.12.orig/m4/po.m4    2009-09-04 09:31:54.000000000 -0700
index 96d49a56d20f1f3d5fef18fdc69fb80088414b9e..d56216f071f5337c0b52b34bf6733902e78c4bce 100644 (file)
@@ -4,7 +4,7 @@ LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 DEPENDS = "openssl"
 
-INC_PR = "r13"
+INC_PR = "r14"
 
 inherit autotools gettext update-alternatives