From: Jose Dapena Paz Date: Tue, 31 May 2022 18:20:13 +0000 (+0200) Subject: html5-jitsi added X-Git-Tag: 13.92.0~5 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=65e80708f447c92505b23f16145028e2d4b57945;p=AGL%2Fmeta-agl-demo.git html5-jitsi added Added Jitsi Meetings demo. Bug-AGL: SPEC-4393 Change-Id: Ide2363c9887aefa4370c7c7ce0007313cca03081 Signed-off-by: Jose Dapena Paz --- diff --git a/recipes-demo/webapp-samples/files/webapps-jitsi.desktop b/recipes-demo/webapp-samples/files/webapps-jitsi.desktop new file mode 100644 index 000000000..63a1043fa --- /dev/null +++ b/recipes-demo/webapp-samples/files/webapps-jitsi.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Name=HTML5 Jitsi +Comment=Jitsi +GenericName=Jitsi +Exec=/usr/bin/WebAppMgr --appid=webapps-jitsi --app-install-dir=/usr/lib/wam_apps/html5-jitsi/ +Icon=settings +Terminal=false +Type=Application +Categories=System; +StartupNotify=true diff --git a/recipes-demo/webapp-samples/html5-jitsi_git.bb b/recipes-demo/webapp-samples/html5-jitsi_git.bb new file mode 100644 index 000000000..4c92e46be --- /dev/null +++ b/recipes-demo/webapp-samples/html5-jitsi_git.bb @@ -0,0 +1,11 @@ +SUMMARY = "AGL HTML5 Jitsi" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7ea5dd8751060d9f04d2748030c547ed" +DESKTOP_FILE = "webapps-jitsi.desktop" + +require webapp-samples.inc + +do_install:append() { + cp -R --no-dereference --preserve=mode,links ${S}/jitsi/* ${D}${WAM_APPLICATIONS_DIR}/${PN} +} + diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb b/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb index 53159ba3a..5fe6ec9eb 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb @@ -27,6 +27,7 @@ AGL_APPS = " \ html5-settings \ html5-aquarium \ html5-youtube \ + html5-jitsi \ " RDEPENDS:${PN}:append = " \