From a557c92ecaa2e22e8cef76fb921786f6984ce803 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Wed, 31 Jan 2018 12:46:26 +0800 Subject: web-sysmon:remove This pkg will not be supported anymore. Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- .../recipes-support/web-sysmon/web-sysmon_git.bb | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 dynamic-layers/openembedded-layer/recipes-support/web-sysmon/web-sysmon_git.bb (limited to 'dynamic-layers') 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}" - -- cgit v1.2.3-54-g00ecf