From: Jose Dapena Paz Date: Fri, 17 Jun 2022 14:00:51 +0000 (+0200) Subject: Add html-examples X-Git-Tag: 13.92.0~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=f403f262a38e9da5162738b80f71a813bfa6c629;p=AGL%2Fmeta-agl-demo.git Add html-examples Bug-AGL: SPEC-4248 Signed-off-by: Jose Dapena Paz Change-Id: Iee0e068aa5fd6f3bf5cb4cab8c5003e109408a8f --- diff --git a/recipes-demo/webapp-samples/files/webapps-examples.desktop b/recipes-demo/webapp-samples/files/webapps-examples.desktop new file mode 100644 index 000000000..0764cfdca --- /dev/null +++ b/recipes-demo/webapp-samples/files/webapps-examples.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Name=HTML5 Examples +Comment=Examples of web contents +GenericName=Examples +Exec=/usr/bin/WebAppMgr --appid=webapps-examples --app-install-dir=/usr/lib/wam_apps/html5-examples/ +Icon=settings +Terminal=false +Type=Application +Categories=System; +StartupNotify=true diff --git a/recipes-demo/webapp-samples/html5-examples_git.bb b/recipes-demo/webapp-samples/html5-examples_git.bb new file mode 100644 index 000000000..785379786 --- /dev/null +++ b/recipes-demo/webapp-samples/html5-examples_git.bb @@ -0,0 +1,11 @@ +SUMMARY = "AGL HTML5 Examples" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7ea5dd8751060d9f04d2748030c547ed" +DESKTOP_FILE = "webapps-examples.desktop" + +require webapp-samples.inc + +do_install:append() { + cp -R --no-dereference --preserve=mode,links ${S}/examples/* ${D}${WAM_APPLICATIONS_DIR}/${PN} +} + diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb b/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb index 5fe6ec9eb..cb2c912d6 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb @@ -28,6 +28,7 @@ AGL_APPS = " \ html5-aquarium \ html5-youtube \ html5-jitsi \ + html5-examples \ " RDEPENDS:${PN}:append = " \