summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkos <kos@dev3>2012-09-06 09:41:25 (GMT)
committerkos <kos@dev3>2012-09-06 09:41:25 (GMT)
commit35e441ac6491407c61dfdf2ad8d5e47fb0762fd9 (patch)
tree0911ec51a7fec5db9742baefb7f38def326cb798
parenta3b3294056596b03039d9bc2f43d7cec7d81ee1c (diff)
update hbbtv.
- add playback status. - add volume control. - add connection progress.
-rw-r--r--recipes/enigma2/enigma2.bb2
-rw-r--r--recipes/opera-hbbtv/opera-hbbtv_0.1.bb4
2 files changed, 4 insertions, 2 deletions
diff --git a/recipes/enigma2/enigma2.bb b/recipes/enigma2/enigma2.bb
index 0cf2c74..61d87c1 100644
--- a/recipes/enigma2/enigma2.bb
+++ b/recipes/enigma2/enigma2.bb
@@ -75,7 +75,7 @@ RDEPENDS_enigma2-plugin-extensions-hbbtv = "tslib-conf libts-1.0-0 libsysfs2 lib
RDEPENDS_enigma2-plugin-systemplugins-devicemanager = "util-linux-ng-blkid ntfs-3g dosfstools"
PN = "enigma2"
-PR = "r43"
+PR = "r44"
SRCDATE = "20110922"
SRCREV = "5e19a3f8a5e8ce8a4e2cb2b601a1b8ef3554e4be"
diff --git a/recipes/opera-hbbtv/opera-hbbtv_0.1.bb b/recipes/opera-hbbtv/opera-hbbtv_0.1.bb
index 7a827ba..2545171 100644
--- a/recipes/opera-hbbtv/opera-hbbtv_0.1.bb
+++ b/recipes/opera-hbbtv/opera-hbbtv_0.1.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "opera-hbbtv"
PRIORITY = "required"
-SRC_DATE = 20120831
+SRC_DATE = 20120906
PR = "r0_${SRC_DATE}"
SRC_URI = "http://code.vuplus.com/download/build.fc3abf29fb03f797e78f907928125638/embedded/opera-sdk-build-package/opera-hbbtv_${SRC_DATE}.tar.gz"
@@ -21,6 +21,8 @@ do_install() {
mv ${S}/dfb/usr/lib/* ${D}/usr/lib/
install -d ${D}/usr/share
mv ${S}/dfb/usr/share/* ${D}/usr/share/
+ install -d ${D}/usr/lib/enigma2/python/Plugins/Extensions/HbbTV
+ mv ${S}/plugin/* ${D}/usr/lib/enigma2/python/Plugins/Extensions/HbbTV
}
PACKAGES = ${PN}