summaryrefslogtreecommitdiffstats
path: root/recipes-demo/webapp-samples/html5-jitsi_git.bb
blob: 4c92e46be71d66e0eb8e2354ea57620e3daed8b7 (plain)
1
2
3
4
5
6
7
8
9
10
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}
}