diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-01-31 12:46:26 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-02-06 10:02:16 -0200 |
commit | a557c92ecaa2e22e8cef76fb921786f6984ce803 (patch) | |
tree | 61483bbbe0f23cae4f92e6fc0afaa1803e5bca7d /dynamic-layers/openembedded-layer/recipes-support | |
parent | a9b0eff97a0bfeb65d877401c860745d43b1b323 (diff) | |
download | meta-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/openembedded-layer/recipes-support')
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-support/web-sysmon/web-sysmon_git.bb | 38 |
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 @@ | |||
1 | DESCRIPTION = "Web System Monitor Files" | ||
2 | SECTION = "web-sysmon" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" | ||
5 | |||
6 | RDEPENDS_${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 | |||
19 | SRC_URI = "git://git.freescale.com/ppc/sdk/web-sysmon-dev.git;nobranch=1" | ||
20 | SRCREV = "8d0c6eca1113832fabe917fd0cb25abe2d4d7157" | ||
21 | |||
22 | inherit update-rc.d | ||
23 | |||
24 | S = "${WORKDIR}/git" | ||
25 | |||
26 | EXTRA_OEMAKE += "D=${D}" | ||
27 | do_install () { | ||
28 | oe_runmake install | ||
29 | } | ||
30 | |||
31 | FILES_${PN} += "/" | ||
32 | |||
33 | INITSCRIPT_NAME = "web-sysmon.sh" | ||
34 | INITSCRIPT_PARAMS = "defaults 99 20" | ||
35 | |||
36 | COMPATIBLE_MACHINE = "(qoriq-ppc)" | ||
37 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
38 | |||