diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-16 10:48:35 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-16 12:52:09 +0100 |
commit | 469d73a7339f8eadb9d9602665bd24eb534a2703 (patch) | |
tree | 9fd57a2d30b2282fa2554acba897af0d9becd1b1 /meta/recipes-extended/wget/wget.inc | |
parent | ccc2b23191a4cc406a9a5540712bfb62cb067236 (diff) | |
download | poky-469d73a7339f8eadb9d9602665bd24eb534a2703.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]
(From OE-Core rev: b3df34ba57284fa2c85f34be86d5d8e357becf7c)
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.inc | 2 |
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" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
5 | DEPENDS = "openssl" | 5 | DEPENDS = "openssl" |
6 | 6 | ||
7 | INC_PR = "r13" | 7 | INC_PR = "r14" |
8 | 8 | ||
9 | inherit autotools gettext update-alternatives | 9 | inherit autotools gettext update-alternatives |
10 | 10 | ||