aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Smith <msmith@cbnco.com>2009-10-23 11:00:20 -0400
committerMichael Smith <msmith@cbnco.com>2009-10-25 16:28:07 -0400
commit388a34e02861a252887d4dd2756c3b1cc89db4cf (patch)
tree14a3481e479a6b6d4183d5991212183980a55549
parente698a27699e7b64c8f654bce414746bc8584b329 (diff)
downloadopenembedded-388a34e02861a252887d4dd2756c3b1cc89db4cf.tar.gz
curl, curl-native: add 7.19.6
Signed-off-by: Michael Smith <msmith@cbnco.com> Acked-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/checksums.ini4
-rw-r--r--recipes/curl/curl-native_7.19.6.bb11
-rw-r--r--recipes/curl/curl_7.19.6.bb4
3 files changed, 19 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 140f485622..3ae69d69a9 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -4610,6 +4610,10 @@ sha256=a0e28b019f022942650ffa4bdf46e4c09bd8ec18e6ca5f08ad273668115f51f7
md5=426d161661dce70c8ea9ad8f553363a3
sha256=05ad84a9c8d340917370f357ad9fdce5ea595deb11f4cb70f946fa48c7b02cd0
+[http://curl.haxx.se/download/curl-7.19.6.tar.bz2]
+md5=8402c1f654c51ad7287aad57c3aa79be
+sha256=ea88f48c8415f7d3af482e4d241277b2bdbfaffaf285e8001c88c1376cbc1021
+
[http://downloads.sourceforge.net/curlftpfs/curlftpfs-0.9.2.tar.gz]
md5=b452123f755114cd4461d56c648d9f12
sha256=4eb44739c7078ba0edde177bdd266c4cfb7c621075f47f64c85a06b12b3c6958
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"