summaryrefslogtreecommitdiff
path: root/recipes/opera-bb/opera-hbbtv_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/opera-bb/opera-hbbtv_0.1.bb')
-rwxr-xr-xrecipes/opera-bb/opera-hbbtv_0.1.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/opera-bb/opera-hbbtv_0.1.bb b/recipes/opera-bb/opera-hbbtv_0.1.bb
new file mode 100755
index 0000000..296baa2
--- /dev/null
+++ b/recipes/opera-bb/opera-hbbtv_0.1.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "opera-hbbtv"
+PRIORITY = "required"
+PR = "r0"
+
+INHIBIT_PACKAGE_STRIP = "1"
+
+SRC_URI = "file://opera-hbbtv.tar.gz"
+S = "${WORKDIR}/opera-hbbtv"
+
+do_compile() {
+}
+
+do_install() {
+ install -d ${D}/usr/local/hbb-browser
+ mv ${S}/* ${D}/usr/local/hbb-browser/
+}
+
+FILES_${PN} = "/"
+