[webkit-hbbtv] update hbbtv.
authorsmlee <smlee@dev3>
Fri, 24 Mar 2017 02:12:03 +0000 (11:12 +0900)
committersmlee <smlee@dev3>
Fri, 24 Mar 2017 02:12:03 +0000 (11:12 +0900)
meta-bsp/recipes-graphics/directfb/directfb-1.7.7/disable_linux_input_patch.diff [new file with mode: 0644]
meta-bsp/recipes-graphics/directfb/directfb-armv7ahf-vfp-neon_1.7.7.inc
meta-bsp/recipes-vuplus/webkit-hbbtv/webkit-hbbtv-browser-vusolo4k.bb
meta-bsp/recipes-vuplus/webkit-hbbtv/webkit-hbbtv-browser-vuultimo4k.bb
meta-bsp/recipes-vuplus/webkit-hbbtv/webkit-hbbtv-browser-vuuno4k.bb

diff --git a/meta-bsp/recipes-graphics/directfb/directfb-1.7.7/disable_linux_input_patch.diff b/meta-bsp/recipes-graphics/directfb/directfb-1.7.7/disable_linux_input_patch.diff
new file mode 100644 (file)
index 0000000..bd2a8cc
--- /dev/null
@@ -0,0 +1,15 @@
+diff --git a/inputdrivers/linux_input/linux_input.c b/inputdrivers/linux_input/linux_input.c
+index 2d5d8fe..dd419f9 100644
+--- a/inputdrivers/linux_input/linux_input.c
++++ b/inputdrivers/linux_input/linux_input.c
+@@ -1911,8 +1911,10 @@ driver_open_device( CoreInputDevice  *device,
+           goto driver_open_device_error;
+      }
++if (getenv("DISABLE_LINUX_INPUT") == 0) {
+      /* start input thread */
+      data->thread = direct_thread_create( DTT_INPUT, linux_input_EventThread, data, "Linux Input" );
++}
+      /* set private data pointer */
+      *driver_data = data;
index f65f54b..ad7c6e5 100644 (file)
@@ -7,6 +7,7 @@ PR .= "-vuplus1_${GFXPR}"
 SRC_URI += " \
        file://vuplus-conf.patch \
        file://vuplus-prevent-VT.patch \
 SRC_URI += " \
        file://vuplus-conf.patch \
        file://vuplus-prevent-VT.patch \
+       file://disable_linux_input_patch.diff \
        http://archive.vuplus.com/download/build_support/vuplus/${GFX_FILE};name=gfxdriver \
 "
 
        http://archive.vuplus.com/download/build_support/vuplus/${GFX_FILE};name=gfxdriver \
 "
 
index b8ee520..867a65d 100644 (file)
@@ -1,9 +1,9 @@
-SRCDATE = "20170224.r0"
+SRCDATE = "20170324.r0"
 
 require webkit-hbbtv-browser.inc
 
 COMPATIBLE_MACHINE = "^(vusolo4k)$"
 
 
 
 require webkit-hbbtv-browser.inc
 
 COMPATIBLE_MACHINE = "^(vusolo4k)$"
 
 
-SRC_URI[md5sum] = "1a573f31dbe192cdae8f18331a3358b4"
-SRC_URI[sha256sum] = "d8e02965faf496d35360dbed66e35f133de50c1a2ebf9aab1d33f6e5dc00c155"
+SRC_URI[md5sum] = "44ef1594ac1ea01344e70602ce4a24ee"
+SRC_URI[sha256sum] = "fbd93d672e25d0e4a341d25b0089f94ee92a010c2102eb415347e6e1f3736f46"
index 888ce55..05e5cca 100644 (file)
@@ -1,9 +1,9 @@
-SRCDATE = "20170224.r0"
+SRCDATE = "20170324.r0"
 
 require webkit-hbbtv-browser.inc
 
 COMPATIBLE_MACHINE = "^(vuultimo4k)$"
 
 
 
 require webkit-hbbtv-browser.inc
 
 COMPATIBLE_MACHINE = "^(vuultimo4k)$"
 
 
-SRC_URI[md5sum] = "89e9a708745b1059f4739448b3fbc8e8"
-SRC_URI[sha256sum] = "d54945529023b4b123c3f3cac99850b12b3abac2508eef8abbd40e0ecbde0cce"
+SRC_URI[md5sum] = "d310a2beeda59a1f0783dfff74690bea"
+SRC_URI[sha256sum] = "aef08a79f55426ab10268b83a36e4778bd46752791ef9ba31f25a622bf59d4f6"
index c0800d5..917c167 100644 (file)
@@ -1,9 +1,9 @@
-SRCDATE = "20170224.r0"
+SRCDATE = "20170324.r0"
 
 require webkit-hbbtv-browser.inc
 
 COMPATIBLE_MACHINE = "^(vuuno4k)$"
 
 
 
 require webkit-hbbtv-browser.inc
 
 COMPATIBLE_MACHINE = "^(vuuno4k)$"
 
 
-SRC_URI[md5sum] = "5ff40e197a39f94f0de481008173f160"
-SRC_URI[sha256sum] = "d98ba016e3d0a1a80a79c7c456313ffd48f2cbb069ae6d2b73023e8eaf50b789"
+SRC_URI[md5sum] = "6f6e621aae41cfe6c7a1ac07524415a1"
+SRC_URI[sha256sum] = "b7e408dc8996f75b69d32cd8b0f626031764986e1869415e845ab008928ef2a8"