aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/wget/wget.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-16 10:48:35 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-16 12:44:36 +0100
commitb3df34ba57284fa2c85f34be86d5d8e357becf7c (patch)
treef6976eaf6e4961b2d15d94307f1f67b257c6ecbc /meta/recipes-extended/wget/wget.inc
parent1d8c40d5f2119b4c4ae8a9b2645ae572ea9a54ff (diff)
downloadopenembedded-core-contrib-b3df34ba57284fa2c85f34be86d5d8e357becf7c.tar.gz
wget: Fix re-execution issue
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>
Diffstat (limited to 'meta/recipes-extended/wget/wget.inc')
-rw-r--r--meta/recipes-extended/wget/wget.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc
index 96d49a56d2..d56216f071 100644
--- a/meta/recipes-extended/wget/wget.inc
+++ b/meta/recipes-extended/wget/wget.inc
@@ -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