diff options
-rw-r--r-- | meta/recipes-support/curl/curl_7.24.0.bb (renamed from meta/recipes-support/curl/curl_7.23.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/curl/curl_7.23.1.bb b/meta/recipes-support/curl/curl_7.24.0.bb index db1ca81b28..12e95c9bc0 100644 --- a/meta/recipes-support/curl/curl_7.23.1.bb +++ b/meta/recipes-support/curl/curl_7.24.0.bb | |||
@@ -8,14 +8,14 @@ LIC_FILES_CHKSUM = "file://COPYING;beginline=7;md5=3a34942f4ae3fbf1a303160714e66 | |||
8 | DEPENDS = "zlib gnutls" | 8 | DEPENDS = "zlib gnutls" |
9 | DEPENDS_virtclass-native = "zlib-native" | 9 | DEPENDS_virtclass-native = "zlib-native" |
10 | DEPENDS_virtclass-nativesdk = "zlib-nativesdk" | 10 | DEPENDS_virtclass-nativesdk = "zlib-nativesdk" |
11 | PR = "r1" | 11 | PR = "r0" |
12 | 12 | ||
13 | SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ | 13 | SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ |
14 | file://noldlibpath.patch \ | 14 | file://noldlibpath.patch \ |
15 | file://pkgconfig_fix.patch" | 15 | file://pkgconfig_fix.patch" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "0296d3196b4bf82c896a869b38dbc5f2" | 17 | SRC_URI[md5sum] = "f912221d75eb8d8fe08900eaf011b023" |
18 | SRC_URI[sha256sum] = "7d8c8cef8f244118245c37853cb175bd95c156ff453730ec2c88189b05a7c06e" | 18 | SRC_URI[sha256sum] = "ebdb111088ff8b0e05b1d1b075e9f1608285e8105cc51e21caacf33d01812c16" |
19 | 19 | ||
20 | inherit autotools pkgconfig binconfig | 20 | inherit autotools pkgconfig binconfig |
21 | 21 | ||