/meta-audio-4a-framework/recipes-core/

k rel='alternate' title='Atom feed' href='http://git.automotivelinux.org/AGL/meta-agl-demo/atom/meta-agl-html5-demo/recipes-demo/webapp-samples/html5-youtube_git.bb?h=salmon/18.92.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiffstats
path: root/meta-agl-html5-demo/recipes-demo/webapp-samples/html5-youtube_git.bb
blob: 44a9644062fa6ce05d52aa9ecae01b04a6255ce1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY     = "AGL HTML5 Youtube"
LICENSE     = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7ea5dd8751060d9f04d2748030c547ed"
APPINFO_FILE = "appinfo-youtube.json"

require webapp-samples.inc

inherit agl-app

AGL_APP_TEMPLATE = "agl-app-web"
AGL_APP_ID = "webapps-youtube"
AGL_APP_NAME = "Youtube"

do_install:append() {
  cp -R --no-dereference --preserve=mode,links ${S}/youtube/* ${D}${WAM_APPLICATIONS_DIR}/${PN}
}