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 /recipes-demo/webapp-samples/html5-jitsi_git.bb | |
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>
Diffstat (limited to 'recipes-demo/webapp-samples/html5-jitsi_git.bb')
-rw-r--r-- | recipes-demo/webapp-samples/html5-jitsi_git.bb | 11 |
1 files changed, 11 insertions, 0 deletions
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} +} + |