summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-support/web-sysmon/web-sysmon_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-support/web-sysmon/web-sysmon_git.bb')
-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 @@
1DESCRIPTION = "Web System Monitor Files"
2SECTION = "web-sysmon"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
5
6RDEPENDS_${PN} = "\
7 bc \
8 cairo \
9 coreutils \
10 cronie \
11 liberation-fonts \
12 lighttpd \
13 lighttpd-module-cgi \
14 lmsensors-sensors \
15 make \
16 rrdtool \
17"
18
19SRC_URI = "git://git.freescale.com/ppc/sdk/web-sysmon-dev.git;nobranch=1"
20SRCREV = "8d0c6eca1113832fabe917fd0cb25abe2d4d7157"
21
22inherit update-rc.d
23
24S = "${WORKDIR}/git"
25
26EXTRA_OEMAKE += "D=${D}"
27do_install () {
28 oe_runmake install
29}
30
31FILES_${PN} += "/"
32
33INITSCRIPT_NAME = "web-sysmon.sh"
34INITSCRIPT_PARAMS = "defaults 99 20"
35
36COMPATIBLE_MACHINE = "(qoriq-ppc)"
37PACKAGE_ARCH = "${MACHINE_SOCARCH}"
38