Patrick Venture | 30823b2 | 2018-03-30 11:23:16 -0700 | [diff] [blame] | 1 | SUMMARY = "Phosphor OpenBMC Post Code Daemon" |
2 | DESCRIPTION = "Phosphor OpenBMC Post Code Daemon" | ||||
3 | PR = "r1" | ||||
4 | |||||
5 | inherit autotools pkgconfig | ||||
6 | inherit obmc-phosphor-systemd | ||||
7 | |||||
8 | DEPENDS += "autoconf-archive-native" | ||||
9 | DEPENDS += "sdbusplus" | ||||
10 | DEPENDS += "phosphor-dbus-interfaces" | ||||
11 | DEPENDS += "systemd" | ||||
12 | |||||
13 | RDEPENDS_${PN} += "sdbusplus phosphor-dbus-interfaces" | ||||
14 | |||||
15 | SYSTEMD_SERVICE_${PN} += "lpcsnoop.service" | ||||
16 | |||||
17 | require ${PN}.inc | ||||
18 | |||||
19 | S = "${WORKDIR}/git" | ||||
20 |