X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fwebapp-samples%2Fhtml5-aquarium_git.bb;h=0afc8514a754e15bb3aecd25426d3c70725946a4;hb=50e5f6f9ddc3da020ef76f1132f872e4bc13d759;hp=6ca90bcf5c6626515510f7e4f68a25eb88b36814;hpb=f9200e31a017719f58e2cc95b6f54fa1e18d7654;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/webapp-samples/html5-aquarium_git.bb b/recipes-demo/webapp-samples/html5-aquarium_git.bb index 6ca90bcf5..0afc8514a 100644 --- a/recipes-demo/webapp-samples/html5-aquarium_git.bb +++ b/recipes-demo/webapp-samples/html5-aquarium_git.bb @@ -1,10 +1,16 @@ SUMMARY = "AGL HTML5 Aquarium Demo" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://aquarium/LICENSE;md5=9f0d95e61aa217eacd61ee6833cf411c" -DESKTOP_FILE = "webapps-aquarium.desktop" +APPINFO_FILE = "appinfo-aquarium.json" require webapp-samples.inc +inherit agl-app + +AGL_APP_TEMPLATE = "agl-app-web" +AGL_APP_ID = "webapps-aquarium" +AGL_APP_NAME = "Aquarium" + do_install:append() { cp -R --no-dereference --preserve=mode,links ${S}/aquarium/* ${D}${WAM_APPLICATIONS_DIR}/${PN} }