X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fwebapp-samples%2Fhtml5-youtube_git.bb;h=240ce858ddb50444061c4a78a5f660b6d4a94708;hb=refs%2Fchanges%2F29%2F28129%2F2;hp=8f45c42bbb3c507419c7ac8d6fabefd88d1dc5d0;hpb=b757b6bb346ccc673f3b3377c46ba0bd54decd32;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/webapp-samples/html5-youtube_git.bb b/recipes-demo/webapp-samples/html5-youtube_git.bb index 8f45c42bb..240ce858d 100644 --- a/recipes-demo/webapp-samples/html5-youtube_git.bb +++ b/recipes-demo/webapp-samples/html5-youtube_git.bb @@ -1,10 +1,16 @@ SUMMARY = "AGL HTML5 Youtube" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=7ea5dd8751060d9f04d2748030c547ed" -DESKTOP_FILE = "webapps-youtube.desktop" +APPINFO_FILE = "appinfo-youtube.json" require webapp-samples.inc +inherit pythonnative 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} }