diff options
author | Jose Dapena Paz <jdapena@igalia.com> | 2022-05-31 20:20:13 +0200 |
---|---|---|
committer | Jose Dapena Paz <jdapena@igalia.com> | 2022-07-26 16:19:43 +0200 |
commit | 65e80708f447c92505b23f16145028e2d4b57945 (patch) | |
tree | 6db8996aa8cf26abf6611c2ef56e380c10ca630b | |
parent | 1f2eba7c64b20ef7753606edbe5afb6078334963 (diff) |
html5-jitsi added
Added Jitsi Meetings demo.
Bug-AGL: SPEC-4393
Change-Id: Ide2363c9887aefa4370c7c7ce0007313cca03081
Signed-off-by: Jose Dapena Paz <jdapena@igalia.com>
3 files changed, 23 insertions, 0 deletions
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 = " \ |