blob: 78579ea3ab24728c351c9b1fa5944ff9353eea0b [file] [log] [blame]
Tom Josephfddc4052017-01-16 16:43:05 +05301SUMMARY = "Phosphor Network IPMI Daemon"
2DESCRIPTION = "Daemon to support IPMI protocol over network"
3HOMEPAGE = "https://github.com/openbmc/phosphor-net-ipmid"
4PR = "r1"
5
6inherit autotools pkgconfig
7inherit obmc-phosphor-license
8inherit obmc-phosphor-systemd
9
10DEPENDS += "autoconf-archive-native"
11DEPENDS += "phosphor-mapper"
12DEPENDS += "systemd"
13DEPENDS += "phosphor-ipmi-host"
14RDEPENDS_${PN} += "libmapper"
15RDEPENDS_${PN} += "libsystemd"
Tom Joseph20a3a192018-09-21 00:56:43 -050016RDEPENDS_${PN} += "iptables"
Tom Josephfddc4052017-01-16 16:43:05 +053017
18SRC_URI += "git://github.com/openbmc/phosphor-net-ipmid"
Andrew Geisslerd5052422018-09-10 17:50:25 +000019SRCREV = "584fa8877dca6181c84a9ad687a814ec90fb0c6f"
Tom Josephfddc4052017-01-16 16:43:05 +053020
21S = "${WORKDIR}/git"
22
Tom Joseph12798692017-01-27 14:11:58 +053023SYSTEMD_SERVICE_${PN} = " \
24 ${PN}.service \
25 ${PN}.socket \
26 "