From 556a5565156178c790b33a049adde9c5be4c5d9b Mon Sep 17 00:00:00 2001 From: kos Date: Thu, 31 Oct 2013 16:37:38 +0900 Subject: [PATCH] [filestreamproxy] some bugs fixed. - fail to large file open. - audio in some ts-files doesn't played. --- .../recipes-vuplus/enigma2/enigma2-filestreamproxy.bb | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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 -- 2.7.4