From e4ec3babfd635836a53f46044d5e3b4d8b69ea12 Mon Sep 17 00:00:00 2001 From: hschang Date: Mon, 29 Jun 2015 11:15:10 +0900 Subject: [PATCH] [satipclient] Fix RTSP timeout error. --- meta-openvuplus/recipes-vuplus/satipclient/satipclient.bb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/meta-openvuplus/recipes-vuplus/satipclient/satipclient.bb b/meta-openvuplus/recipes-vuplus/satipclient/satipclient.bb index 9131eb2..1f88e71 100644 --- a/meta-openvuplus/recipes-vuplus/satipclient/satipclient.bb +++ b/meta-openvuplus/recipes-vuplus/satipclient/satipclient.bb @@ -1,8 +1,8 @@ DESCIPTION = "Support satip client using vtuner" LICENSE = "CLOSED" -SRCDATE = "20150623" -SRCDATE_PR = "r1" +SRCDATE = "20150629" +SRCDATE_PR = "r0" PR = "${SRCDATE}.${SRCDATE_PR}" SRC_URI = " \ @@ -22,5 +22,6 @@ do_install_append() { install -m 0755 ${WORKDIR}/${PN}.sh ${D}/etc/init.d/${PN} } -SRC_URI[md5sum] = "6b4123717ab2c0f74b53761ddc5f058e" -SRC_URI[sha256sum] = "4bbd2446cd1cdb60546385db2938275b80e6c86eb03ca52dbeeedf1bd3b10cad" +SRC_URI[md5sum] = "b907964a587c24e53c4a11486df36c1a" +SRC_URI[sha256sum] = "52afeb599a857e9db038f4c3cb84efd2093e6f62a29ade2e9ae5b32cdc67cc72" + -- 2.7.4