aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wget/wget_1.9.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/wget/wget_1.9.1.bb')
-rw-r--r--recipes/wget/wget_1.9.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/wget/wget_1.9.1.bb b/recipes/wget/wget_1.9.1.bb
index 0c3343b29b..2fcbc3a051 100644
--- a/recipes/wget/wget_1.9.1.bb
+++ b/recipes/wget/wget_1.9.1.bb
@@ -2,9 +2,9 @@ PR = "${INC_PR}.0"
SRC_URI = " \
${GNU_MIRROR}/wget/wget-${PV}.tar.gz \
- file://m4macros.patch;patch=1 \
- file://autotools.patch;patch=1 \
- file://ipv6-fix.patch;patch=1 \
+ file://m4macros.patch;apply=yes \
+ file://autotools.patch;apply=yes \
+ file://ipv6-fix.patch;apply=yes \
"
S = "${WORKDIR}/wget-${PV}"