blob: 6d1a42502b10b0e12301be8701f40bb6308f9a19 [file] [log] [blame]
Tom Joseph7b827742017-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 Joseph7b827742017-01-16 16:43:05 +053016
17SRC_URI += "git://github.com/openbmc/phosphor-net-ipmid"
Ratan Gupta9925c242018-04-03 19:09:31 +053018SRCREV = "1d9d41668fcdaeb99708be784ce04402578182b4"
Tom Joseph7b827742017-01-16 16:43:05 +053019
20S = "${WORKDIR}/git"
21
Tom Joseph62b03f22017-01-27 14:11:58 +053022SYSTEMD_SERVICE_${PN} = " \
23 ${PN}.service \
24 ${PN}.socket \
25 "