From e195087e692f0a8b0e2b0c2f5d9b46a4a3c84376 Mon Sep 17 00:00:00 2001 From: hschang Date: Mon, 6 Jul 2015 16:32:55 +0900 Subject: [PATCH] [satipclient] get source from github. (LICENSE : GPLv2) --- .../recipes-vuplus/satipclient/satipclient.bb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/meta-openvuplus/recipes-vuplus/satipclient/satipclient.bb b/meta-openvuplus/recipes-vuplus/satipclient/satipclient.bb index 51e2625..92e5221 100644 --- a/meta-openvuplus/recipes-vuplus/satipclient/satipclient.bb +++ b/meta-openvuplus/recipes-vuplus/satipclient/satipclient.bb @@ -1,27 +1,27 @@ DESCIPTION = "Support satip client using vtuner" -LICENSE = "CLOSED" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2" -SRCDATE = "20150702" +SRCDATE = "20150706" SRCDATE_PR = "r0" PR = "${SRCDATE}.${SRCDATE_PR}" +SRC_REV = "" + SRC_URI = " \ - http://code.vuplus.com/download/build.fc3abf29fb03f797e78f907928125638/embedded/satipclient/satipclient_${SRCDATE}_${SRCDATE_PR}.tar.gz \ + git://github.com/vu-plus/satipclient.git;tag=${SRC_REV} \ file://satipclient.sh \ " -inherit update-rc.d +S = "${WORKDIR}/git" + +inherit autotools update-rc.d INITSCRIPT_NAME = "${PN}" INITSCRIPT_PARAMS = "defaults" do_install_append() { - install -d ${D}/usr/bin - install -m 0755 ${WORKDIR}/satipclient ${D}/usr/bin install -d ${D}/etc/init.d install -m 0755 ${WORKDIR}/${PN}.sh ${D}/etc/init.d/${PN} } -SRC_URI[md5sum] = "2609bf7f92dc8e807841b1af25b94c1d" -SRC_URI[sha256sum] = "401257a051ae9106504f0cfb771aa572db1512926ef038dcd25b45b2b154c955" - -- 2.7.4