summaryrefslogtreecommitdiffstats
path: root/recipes-demo/webapp-samples/webapp-samples.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-demo/webapp-samples/webapp-samples.inc')
-rw-r--r--recipes-demo/webapp-samples/webapp-samples.inc23
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes-demo/webapp-samples/webapp-samples.inc b/recipes-demo/webapp-samples/webapp-samples.inc
deleted file mode 100644
index 1a74a46c0..000000000
--- a/recipes-demo/webapp-samples/webapp-samples.inc
+++ /dev/null
@@ -1,23 +0,0 @@
-HOMEPAGE = "https://github.com/AGL-web-applications/webapp-samples"
-SECTION = "apps"
-
-PV = "1.0+git${SRCPV}"
-S = "${WORKDIR}/git"
-B = "${WORKDIR}/build"
-
-SRC_URI = " \
- git://github.com/AGL-web-applications/webapp-samples.git;protocol=https;branch=master \
- file://${APPINFO_FILE} \
-"
-SRCREV = "b24a62cc524bdec98a61acc03fc53cbab24c1571"
-
-WAM_APPLICATIONS_DIR="${libdir}/wam_apps"
-
-do_install() {
- install -d ${D}${WAM_APPLICATIONS_DIR}/${PN}
- install ${WORKDIR}/${APPINFO_FILE} ${D}${WAM_APPLICATIONS_DIR}/${PN}/appinfo.json
-}
-
-FILES:${PN} = " \
- ${WAM_APPLICATIONS_DIR}/${PN} \
-"