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