diff options
Diffstat (limited to 'meta-agl-html5-demo/recipes-demo/webapp-samples/html5-youtube_git.bb')
-rw-r--r-- | meta-agl-html5-demo/recipes-demo/webapp-samples/html5-youtube_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-agl-html5-demo/recipes-demo/webapp-samples/html5-youtube_git.bb b/meta-agl-html5-demo/recipes-demo/webapp-samples/html5-youtube_git.bb new file mode 100644 index 000000000..44a964406 --- /dev/null +++ b/meta-agl-html5-demo/recipes-demo/webapp-samples/html5-youtube_git.bb @@ -0,0 +1,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} +} + |