diff options
Diffstat (limited to 'recipes/wget/wget_1.9.1.bb')
-rw-r--r-- | recipes/wget/wget_1.9.1.bb | 6 |
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 2fcbc3a051..900921de5c 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;apply=yes \ - file://autotools.patch;apply=yes \ - file://ipv6-fix.patch;apply=yes \ + file://m4macros.patch \ + file://autotools.patch \ + file://ipv6-fix.patch \ " S = "${WORKDIR}/wget-${PV}" |