aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-extended/node-health-monitor/node-health-monitor_1.3.5.bb
blob: 56c9ca96481ad162a6a86f9bb92f75b4eba341d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUMMARY = "Genivi NodeHealthMonitor"
DESCRIPTION = "Monitor to observe system health."
LICENSE = "MPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=815ca599c9df247a0c7f619bab123dad"
PR = "r2"

SRCREV = "851565499527e2d44047de3f6cbe9dd3a84a6c74"
SRC_URI = "git://git.projects.genivi.org/lifecycle/${PN}.git;protocol=http \
           file://fix-no-libsystemd-daemon.patch \
          "
S = "${WORKDIR}/git"

DEPENDS = "dlt-daemon glib-2.0 node-state-manager persistence-client-library"

inherit pkgconfig autotools-brokensep

FILES_${PN} += "\
    ${datadir}/dbus-1/* \
    ${systemd_unitdir}/system/* \
    "