diff options
author | Michael Smith <msmith@cbnco.com> | 2009-10-23 11:00:20 -0400 |
---|---|---|
committer | Michael Smith <msmith@cbnco.com> | 2009-10-25 16:28:07 -0400 |
commit | 388a34e02861a252887d4dd2756c3b1cc89db4cf (patch) | |
tree | 14a3481e479a6b6d4183d5991212183980a55549 /recipes/curl | |
parent | e698a27699e7b64c8f654bce414746bc8584b329 (diff) |
curl, curl-native: add 7.19.6
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/curl')
-rw-r--r-- | recipes/curl/curl-native_7.19.6.bb | 11 | ||||
-rw-r--r-- | recipes/curl/curl_7.19.6.bb | 4 |
2 files changed, 15 insertions, 0 deletions
diff --git a/recipes/curl/curl-native_7.19.6.bb b/recipes/curl/curl-native_7.19.6.bb new file mode 100644 index 0000000000..2f49ad1d31 --- /dev/null +++ b/recipes/curl/curl-native_7.19.6.bb @@ -0,0 +1,11 @@ +require curl-common.inc +inherit native +DEPENDS = "zlib-native" + +do_stage () { + autotools_stage_all +} + +do_install() { + : +} diff --git a/recipes/curl/curl_7.19.6.bb b/recipes/curl/curl_7.19.6.bb new file mode 100644 index 0000000000..d5ca1bb268 --- /dev/null +++ b/recipes/curl/curl_7.19.6.bb @@ -0,0 +1,4 @@ +require curl-common.inc +require curl-target.inc + +SRC_URI += "file://off_t_abi_fix.patch;patch=1;pnum=0" |