aboutsummaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-support/web-sysmon/web-sysmon_git.bb38
1 files changed, 0 insertions, 38 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-support/web-sysmon/web-sysmon_git.bb b/dynamic-layers/openembedded-layer/recipes-support/web-sysmon/web-sysmon_git.bb
deleted file mode 100644
index cfff3cf1..00000000
--- a/dynamic-layers/openembedded-layer/recipes-support/web-sysmon/web-sysmon_git.bb
+++ /dev/null
@@ -1,38 +0,0 @@
-DESCRIPTION = "Web System Monitor Files"
-SECTION = "web-sysmon"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
-
-RDEPENDS_${PN} = "\
- bc \
- cairo \
- coreutils \
- cronie \
- liberation-fonts \
- lighttpd \
- lighttpd-module-cgi \
- lmsensors-sensors \
- make \
- rrdtool \
-"
-
-SRC_URI = "git://git.freescale.com/ppc/sdk/web-sysmon-dev.git;nobranch=1"
-SRCREV = "8d0c6eca1113832fabe917fd0cb25abe2d4d7157"
-
-inherit update-rc.d
-
-S = "${WORKDIR}/git"
-
-EXTRA_OEMAKE += "D=${D}"
-do_install () {
- oe_runmake install
-}
-
-FILES_${PN} += "/"
-
-INITSCRIPT_NAME = "web-sysmon.sh"
-INITSCRIPT_PARAMS = "defaults 99 20"
-
-COMPATIBLE_MACHINE = "(qoriq-ppc)"
-PACKAGE_ARCH = "${MACHINE_SOCARCH}"
-