From: kos Date: Thu, 31 Oct 2013 07:37:38 +0000 (+0900) Subject: [filestreamproxy] some bugs fixed. X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus_3.0;a=commitdiff_plain;h=556a5565156178c790b33a049adde9c5be4c5d9b [filestreamproxy] some bugs fixed. - fail to large file open. - audio in some ts-files doesn't played. --- diff --git a/meta-openvuplus/recipes-vuplus/enigma2/enigma2-filestreamproxy.bb b/meta-openvuplus/recipes-vuplus/enigma2/enigma2-filestreamproxy.bb index ed4d17f..987d134 100644 --- a/meta-openvuplus/recipes-vuplus/enigma2/enigma2-filestreamproxy.bb +++ b/meta-openvuplus/recipes-vuplus/enigma2/enigma2-filestreamproxy.bb @@ -3,10 +3,15 @@ PRIORITY = "required" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" -PR = "r0" -SRCREV="4601bc13bc6f08e124d60f7c004ff2e1cacdfc31" +inherit gitpkgv -SRC_URI = "git://code.vuplus.com/git/filestreamproxy.git;protocol=git;branch=master;tag=${SRCREV}" +PR = "r1" + +PV = "0.1+git${SRCPV}" +PKGV = "0.1+git${GITPKGV}" +SRCREV_pn-${PN} ?= "${AUTOREV}" + +SRC_URI = "git://code.vuplus.com/git/filestreamproxy.git;protocol=git;branch=master" inherit autotools pkgconfig