summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2018-01-31 12:46:26 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-02-06 10:02:16 -0200
commita557c92ecaa2e22e8cef76fb921786f6984ce803 (patch)
tree61483bbbe0f23cae4f92e6fc0afaa1803e5bca7d /dynamic-layers
parenta9b0eff97a0bfeb65d877401c860745d43b1b323 (diff)
downloadmeta-freescale-a557c92ecaa2e22e8cef76fb921786f6984ce803.tar.gz
web-sysmon:remove
This pkg will not be supported anymore. Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
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 @@
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