aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2016-01-07 14:11:09 +0800
committerChen Qi <Qi.Chen@windriver.com>2016-01-12 09:59:09 +0800
commit76971dea7f7b94d80f9314ff1e02dd8e95fb3365 (patch)
treea5ba2e34b350ea2648b78ea2288b25195ac14b01 /meta
parent1d174a5cce5a019bf45380eef95ebf64ed3a51fa (diff)
downloadopenembedded-core-contrib-76971dea7f7b94d80f9314ff1e02dd8e95fb3365.tar.gz
curl: upgrade to 7.46
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/curl/curl_7.46.0.bb (renamed from meta/recipes-support/curl/curl_7.45.0.bb)6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.45.0.bb b/meta/recipes-support/curl/curl_7.46.0.bb
index a7ed778291..f798886037 100644
--- a/meta/recipes-support/curl/curl_7.45.0.bb
+++ b/meta/recipes-support/curl/curl_7.46.0.bb
@@ -14,8 +14,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
#
SRC_URI += " file://configure_ac.patch"
-SRC_URI[md5sum] = "62c1a352b28558f25ba6209214beadc8"
-SRC_URI[sha256sum] = "65154e66b9f8a442b57c436904639507b4ac37ec13d6f8a48248f1b4012b98ea"
+SRC_URI[md5sum] = "9979f989a2a9930d10f1b3deeabc2148"
+SRC_URI[sha256sum] = "b7d726cdd8ed4b6db0fa1b474a3c59ebbbe4dcd4c61ac5e7ade0e0270d3195ad"
inherit autotools pkgconfig binconfig multilib_header
@@ -55,4 +55,6 @@ PACKAGES =+ "lib${BPN}"
FILES_lib${BPN} = "${libdir}/lib*.so.*"
RRECOMMENDS_lib${BPN} += "ca-certificates"
+FILES_${PN} += "${datadir}/zsh"
+
BBCLASSEXTEND = "native nativesdk"