[dvbapp] Support fast channel change.
authorhschang <chang@dev3>
Mon, 16 May 2016 07:51:02 +0000 (16:51 +0900)
committerhschang <chang@dev3>
Mon, 16 May 2016 07:51:02 +0000 (16:51 +0900)
meta-bsp/conf/machine/vusolo4k.conf
meta-openvuplus/recipes-vuplus/enigma2/enigma2.bb
meta-openvuplus/recipes-vuplus/packagegroups/packagegroup-vuplus-enigma2.bb

index 917b6d7..bc09b12 100644 (file)
@@ -20,8 +20,8 @@ VUPLUS_FEATURES += "dvbproxy"
 VUPLUS_FEATURES += "uianimation"
 VUPLUS_FEATURES += "kodi"
 VUPLUS_FEATURES += "minitv"
-#VUPLUS_FEATURES += "fastzap"
 VUPLUS_FEATURES += "chromiumos"
+VUPLUS_FEATURES += "fcc"
 
 IMAGE_UNPACK_PATH = "vuplus/solo4k"
 MKFS_UBI_MAX_ERASE_BLK_COUNT = "4096"
index a663400..0fec778 100644 (file)
@@ -231,7 +231,7 @@ DEPENDS += "${@base_contains("VUPLUS_FEATURES", "uianimation", "libgles libvugle
 RDEPENDS_${PN}_append_vuplus += "${@base_contains("VUPLUS_FEATURES", "uianimation", "libvugles2" , "", d)}"
 
 PN = "enigma2"
-PR = "r136"
+PR = "r137"
 
 inherit gitpkgv pythonnative
 
index deccacb..7dec830 100644 (file)
@@ -2,7 +2,7 @@ SUMMARY = "Enigma2 set of packages for Vuplus"
 SECTION = "vuplus/base"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
-PR = "r13"
+PR = "r14"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -75,6 +75,7 @@ RDEPENDS_${PN} += " \
   ${@base_contains("VUPLUS_FEATURES", "minitv", "enigma2-plugin-extensions-minitv", "", d)} \
   ${@base_contains("VUPLUS_FEATURES", "chromiumos", "enigma2-plugin-extensions-chromium", "", d)} \
   ${@base_conditional("MACHINE", "vusolo4k", "enigma2-plugin-systemplugins-solo4kmisccontrol", "", d)} \
+  ${@base_contains("VUPLUS_FEATURES", "fcc", "enigma2-plugin-systemplugins-fastchannelchange", "", d)} \
 "
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"