X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fwebapp-samples%2Fhtml5-examples_git.bb;h=c2b131aff7bdd453038e93baf177b15a6548e23e;hb=24c523366dd47a888af689ac50f31065c4cb186f;hp=7853797864aca5a400f5a5afb1000589bb88a109;hpb=f403f262a38e9da5162738b80f71a813bfa6c629;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/webapp-samples/html5-examples_git.bb b/recipes-demo/webapp-samples/html5-examples_git.bb index 785379786..c2b131aff 100644 --- a/recipes-demo/webapp-samples/html5-examples_git.bb +++ b/recipes-demo/webapp-samples/html5-examples_git.bb @@ -1,10 +1,16 @@ SUMMARY = "AGL HTML5 Examples" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=7ea5dd8751060d9f04d2748030c547ed" -DESKTOP_FILE = "webapps-examples.desktop" +APPINFO_FILE = "appinfo-examples.json" require webapp-samples.inc +inherit agl-app + +AGL_APP_TEMPLATE = "agl-app-web" +AGL_APP_ID = "webapps-examples" +AGL_APP_NAME = "Examples" + do_install:append() { cp -R --no-dereference --preserve=mode,links ${S}/examples/* ${D}${WAM_APPLICATIONS_DIR}/${PN} }