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-native_7.18.2.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-native_7.18.2.bb')
-rw-r--r-- | recipes/curl/curl-native_7.18.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/curl/curl-native_7.18.2.bb b/recipes/curl/curl-native_7.18.2.bb index c95591b70b..d395021512 100644 --- a/recipes/curl/curl-native_7.18.2.bb +++ b/recipes/curl/curl-native_7.18.2.bb @@ -1,7 +1,7 @@ require curl-common.inc inherit native DEPENDS = "zlib-native" -PR = "r1" +PR = "${INC_PR}.1" do_stage () { autotools_stage_all |