fix vuplus-blindscan-utils & increase dvbapp PR.
authorhschang <chang@dev3>
Thu, 23 Oct 2014 09:25:10 +0000 (18:25 +0900)
committerhschang <chang@dev3>
Thu, 23 Oct 2014 09:25:10 +0000 (18:25 +0900)
meta-bsp/common/recipes/vuplus/vuplus-blindscan-utils.bb
meta-openvuplus/recipes-vuplus/enigma2/enigma2.bb

index ef1cddd..fee7a5c 100755 (executable)
@@ -6,15 +6,30 @@ RDEPENDS_${PN} = "ncurses"
 LICENSE = "CLOSED"
 
 PV = "3.6"
-PR = "r0"
+PR = "r1"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 SRC_URI = "http://archive.vuplus.com/download/utils/vuplus-blindscan-utils-${PV}.tar.bz2"
 
 S = "${WORKDIR}/blindscan-utils"
 
-PLUGABLE_MODEL_BLINDSCAN = "tda1002x vuplus_blindscan vuplus_6211_blindscan vuplus_6222_blindscan ssh108 ssh108_t2_scan"
-PLUGABLE_SOLOSE_BLINDSCAN = "tda1002x vuplus_blindscan vuplus_6211_blindscan ssh108 ssh108_t2_scan"
+PLUGABLE_MODEL_BLINDSCAN = " \
+       tda1002x \
+       vuplus_blindscan \
+       vuplus_6211_blindscan \
+       vuplus_6222_blindscan \
+       ssh108 \
+       ssh108_t2_scan \
+       tt3l10 \
+       tt3l10_t2_scan \
+"
+PLUGABLE_SOLOSE_BLINDSCAN = " \
+       tda1002x \
+       vuplus_blindscan \
+       vuplus_6211_blindscan \
+       ssh108 \
+       ssh108_t2_scan \
+"
 
 do_install() {
        install -d "${D}/${bindir}"
index 02cc726..139feb3 100644 (file)
@@ -89,7 +89,7 @@ RDEPENDS_enigma2-plugin-systemplugins-backupsuitehdd = "mtd-utils-mkfs.ubifs mtd
 RDEPENDS_enigma2-plugin-systemplugins-backupsuiteusb = "enigma2-plugin-extensions-backupsuitehdd"
 
 PN = "enigma2"
-PR = "r86"
+PR = "r87"
 
 SRCDATE = "20121128"
 #SRCDATE is NOT used by git to checkout a specific revision