Solo4K Support.
[vuplus_openvuplus_3.0] / meta-bsp / recipes-vuplus / webkit-hbbtv / webkit-hbbtv-browser.inc
diff --git a/meta-bsp/recipes-vuplus/webkit-hbbtv/webkit-hbbtv-browser.inc b/meta-bsp/recipes-vuplus/webkit-hbbtv/webkit-hbbtv-browser.inc
new file mode 100644 (file)
index 0000000..741bfc3
--- /dev/null
@@ -0,0 +1,33 @@
+DESCRIPTION = "Webkit browser for HbbTV"
+SECTION = "base"
+PRIORITY = "required"
+LICENSE = "CLOSED"
+require conf/license/license-close.inc
+
+PV = "1.0"
+PR = "${SRCDATE}"
+SRC_URI = "http://archive.vuplus.com/download/build_support/webkit-hbbtv-browser_${MACHINE}_${SRCDATE}.tar.gz"
+
+DEPENDS = "webkit-gtk enigma2-plugin-extensions-webkithbbtv"
+RDEPENDS_${PN} = "webkit-gtk enigma2-plugin-extensions-webkithbbtv"
+
+do_install_append() {
+       install -d ${D}/usr/bin
+       install -d ${D}/usr/lib/mozilla/plugins
+       install -d ${D}/home/root
+
+       install -m 0755 ${WORKDIR}/webkit-hbbtv-browser/none.html ${D}/home/root
+       install -m 0755 ${WORKDIR}/webkit-hbbtv-browser/browser ${D}/usr/bin
+       install -m 0755 ${WORKDIR}/webkit-hbbtv-browser/libhbbtvplugin.so ${D}/usr/lib/mozilla/plugins/
+}
+
+do_package_qa() {
+}
+
+PROVIDES += "webkit-hbbtv-browser"
+RPROVIDES_${PN} += "webkit-hbbtv-browser"
+
+PACKAGE_ARCH := "${MACHINE_ARCH}"
+
+FILES_${PN} = "/"
+