[hbbtv] reduce CPU usage
[vuplus_openvuplus] / meta-openvuplus / recipes-vuplus / tuxbox / tuxbox-common.bb
index eb45d65..ee4c6b1 100644 (file)
@@ -4,17 +4,15 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=80
 MAINTAINER = "Felix Domke <tmbinc@elitdvb.net>"
 
 PN = "tuxbox-common"
-PR = "r3"
-SRCDATE = "20090305"
-PV = "0.0+cvs${SRCDATE}"
+PR = "r5"
 
-SRC_URI = "cvs://anoncvs@cvs.tuxbox.org/cvs/tuxbox/;module=cdk/root/share/tuxbox;method=ext;tag=dreambox;date=${SRCDATE} \
-       http://dreamboxupdate.com/download/opendreambox/tuxbox-common-r11.tar.gz \
-       file://satellites_20120206.patch;patch=1;pnum=0"
+SRC_REV = "HEAD"
+
+SRC_URI = "git://code.vuplus.com/git/dvbapp-meta.git;protocol=git;tag=${SRC_REV} "
 
 FILES_${PN} = "/"
 
-S = "${WORKDIR}/tuxbox-common-r11"
+S = "${WORKDIR}/git"
 
 TRANSPONDER_LISTS = "satellites.xml terrestrial.xml"
 
@@ -27,7 +25,7 @@ do_install() {
        ln -sf /usr/share ${D}/share
 
        for i in ${TRANSPONDER_LISTS}; do
-               install -m 0644 ${WORKDIR}/tuxbox/$i ${D}/etc/tuxbox/$i
+               install -m 0644 ${S}/$i ${D}/etc/tuxbox/$i
                ln -sf /etc/tuxbox/$i ${D}/etc/;
                ln -sf /etc/tuxbox/$i ${D}/usr/share/;
                ln -sf /etc/tuxbox/$i ${D}/usr/share/tuxbox/;