diff options
Diffstat (limited to 'recipes/curl/curl_7.19.5.bb')
-rw-r--r-- | recipes/curl/curl_7.19.5.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/curl/curl_7.19.5.bb b/recipes/curl/curl_7.19.5.bb index 69bb02736e..2a720225a3 100644 --- a/recipes/curl/curl_7.19.5.bb +++ b/recipes/curl/curl_7.19.5.bb @@ -1,9 +1,9 @@ require curl-common.inc require curl-target.inc -SRC_URI += "file://off_t_abi_fix.patch;apply=yes;striplevel=0 \ - file://curl-add_all_algorithms.patch;apply=yes \ - file://curl-7.19.5-CVE-2009-2417.patch;apply=yes;striplevel=0" +SRC_URI += "file://off_t_abi_fix.patch;striplevel=0 \ + file://curl-add_all_algorithms.patch \ + file://curl-7.19.5-CVE-2009-2417.patch;striplevel=0" PR = "${INC_PR}.2" |