curl, curl-native: add 7.19.6
authorMichael Smith <msmith@cbnco.com>
Fri, 23 Oct 2009 15:00:20 +0000 (11:00 -0400)
committerMichael Smith <msmith@cbnco.com>
Sun, 25 Oct 2009 20:28:07 +0000 (16:28 -0400)
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
conf/checksums.ini
recipes/curl/curl-native_7.19.6.bb [new file with mode: 0644]
recipes/curl/curl_7.19.6.bb [new file with mode: 0644]

index 140f485..3ae69d6 100644 (file)
@@ -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 (file)
index 0000000..2f49ad1
--- /dev/null
@@ -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 (file)
index 0000000..d5ca1bb
--- /dev/null
@@ -0,0 +1,4 @@
+require curl-common.inc
+require curl-target.inc
+
+SRC_URI += "file://off_t_abi_fix.patch;patch=1;pnum=0"