diff options
Diffstat (limited to 'recipes/wvstreams/wvstreams_4.4.1.bb')
-rw-r--r-- | recipes/wvstreams/wvstreams_4.4.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/wvstreams/wvstreams_4.4.1.bb b/recipes/wvstreams/wvstreams_4.4.1.bb index 1e0011d111..fa865c7338 100644 --- a/recipes/wvstreams/wvstreams_4.4.1.bb +++ b/recipes/wvstreams/wvstreams_4.4.1.bb @@ -6,9 +6,9 @@ DEPENDS = "zlib openssl (>= 0.9.8)" PR = "r3" SRC_URI = "http://wvstreams.googlecode.com/files/${PN}-${PV}.tar.gz \ - file://build-fixes-and-sanity.patch;patch=1 \ - file://dont-forget-header.patch;patch=1 \ - file://gcc4.3.patch;patch=1 \ + file://build-fixes-and-sanity.patch \ + file://dont-forget-header.patch \ + file://gcc4.3.patch \ " |