diff options
Diffstat (limited to 'dynamic-layers')
| -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 cfff3cf1f..000000000 --- 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 | |||
