blob: 062e5affb15e01e35590320123eed1ad936cc1e2 [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"
Patrick Venture6ffd6b42018-10-01 20:54:34 -07005PV = "1.0+git${SRCPV}"
Tom Josephfddc4052017-01-16 16:43:05 +05306
7inherit autotools pkgconfig
8inherit obmc-phosphor-license
9inherit obmc-phosphor-systemd
10
11DEPENDS += "autoconf-archive-native"
12DEPENDS += "phosphor-mapper"
13DEPENDS += "systemd"
14DEPENDS += "phosphor-ipmi-host"
15RDEPENDS_${PN} += "libmapper"
16RDEPENDS_${PN} += "libsystemd"
Tom Joseph20a3a192018-09-21 00:56:43 -050017RDEPENDS_${PN} += "iptables"
Tom Josephfddc4052017-01-16 16:43:05 +053018
19SRC_URI += "git://github.com/openbmc/phosphor-net-ipmid"
Andrew Geisslerd5052422018-09-10 17:50:25 +000020SRCREV = "584fa8877dca6181c84a9ad687a814ec90fb0c6f"
Tom Josephfddc4052017-01-16 16:43:05 +053021
22S = "${WORKDIR}/git"
23
Tom Joseph12798692017-01-27 14:11:58 +053024SYSTEMD_SERVICE_${PN} = " \
25 ${PN}.service \
26 ${PN}.socket \
27 "