From f403f262a38e9da5162738b80f71a813bfa6c629 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Fri, 17 Jun 2022 16:00:51 +0200 Subject: Add html-examples Bug-AGL: SPEC-4248 Signed-off-by: Jose Dapena Paz Change-Id: Iee0e068aa5fd6f3bf5cb4cab8c5003e109408a8f --- recipes-demo/webapp-samples/html5-examples_git.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes-demo/webapp-samples/html5-examples_git.bb (limited to 'recipes-demo/webapp-samples/html5-examples_git.bb') 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 00000000..78537978 --- /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} +} + -- cgit 1.2.3-korg