diff options
author | Michael Smith <msmith@cbnco.com> | 2009-10-23 11:14:34 -0400 |
---|---|---|
committer | Michael Smith <msmith@cbnco.com> | 2009-10-25 16:28:15 -0400 |
commit | 3b408bf7c83901c6fec4a1c6be0205cb22f251c1 (patch) | |
tree | 3ef16a6771a121f42f658699fb0b60cdf1a22aac /recipes/curl/curl_7.19.6.bb | |
parent | 388a34e02861a252887d4dd2756c3b1cc89db4cf (diff) |
curl: support openssl in CURL_FEATURES.
Default is still gnutls.
Also switch to INC_PR.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Diffstat (limited to 'recipes/curl/curl_7.19.6.bb')
-rw-r--r-- | recipes/curl/curl_7.19.6.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/curl/curl_7.19.6.bb b/recipes/curl/curl_7.19.6.bb index d5ca1bb268..e8319b80ed 100644 --- a/recipes/curl/curl_7.19.6.bb +++ b/recipes/curl/curl_7.19.6.bb @@ -2,3 +2,4 @@ require curl-common.inc require curl-target.inc SRC_URI += "file://off_t_abi_fix.patch;patch=1;pnum=0" +PR = "${INC_PR}.1" |