summaryrefslogtreecommitdiffstats
path: root/recipes-demo/webapp-samples/html5-aquarium_git.bb
diff options
context:
space:
mode:
authorJose Dapena Paz <jdapena@igalia.com>2022-05-31 19:56:05 +0200
committerJose Dapena Paz <jdapena@igalia.com>2022-07-19 20:30:37 +0200
commit1f2eba7c64b20ef7753606edbe5afb6078334963 (patch)
treed4904895600bdede5bb9eafd5a00f50a125a626e /recipes-demo/webapp-samples/html5-aquarium_git.bb
parent08977ac24f2d31b0955786824c9ff62eff981ee9 (diff)
html5-aquarium, html5-youtube added
Added two web demos (WebGL aquarium and Youtube launcher). Bug-AGL: SPEC-4392, SPEC-4248 Change-Id: I3e1e7a098d432d5d1c8de4640780ef05abf0e9f2 Signed-off-by: Jose Dapena Paz <jdapena@igalia.com>
Diffstat (limited to 'recipes-demo/webapp-samples/html5-aquarium_git.bb')
-rw-r--r--recipes-demo/webapp-samples/html5-aquarium_git.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-demo/webapp-samples/html5-aquarium_git.bb b/recipes-demo/webapp-samples/html5-aquarium_git.bb
new file mode 100644
index 00000000..08367841
--- /dev/null
+++ b/recipes-demo/webapp-samples/html5-aquarium_git.bb
@@ -0,0 +1,11 @@
+SUMMARY = "AGL HTML5 Aquarium Demo"
+LICENSE = "BSD-3"
+LIC_FILES_CHKSUM = "file://aquarium/LICENSE;md5=9f0d95e61aa217eacd61ee6833cf411c"
+DESKTOP_FILE = "webapps-aquarium.desktop"
+
+require webapp-samples.inc
+
+do_install:append() {
+ cp -R --no-dereference --preserve=mode,links ${S}/aquarium/* ${D}${WAM_APPLICATIONS_DIR}/${PN}
+}
+