aboutsummaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-support/web-sysmon/web-sysmon_git.bb
blob: 36a0c209ff698099588d1216c0c508f300e67f93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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)"