diff options
Diffstat (limited to 'recipes-demo/webapp-samples/html5-aquarium_git.bb')
-rw-r--r-- | recipes-demo/webapp-samples/html5-aquarium_git.bb | 11 |
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 000000000..083678419 --- /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} +} + |