X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fwebapp-samples%2Fhtml5-aquarium_git.bb;h=7828eccb05e0f586c18065e8e104972f1f95c387;hb=7f3038e5efb5fed78457a5855560a3ae8912f783;hp=6ca90bcf5c6626515510f7e4f68a25eb88b36814;hpb=b757b6bb346ccc673f3b3377c46ba0bd54decd32;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..7828eccb0 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 pythonnative 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} }