blob: 6d1a42502b10b0e12301be8701f40bb6308f9a19 [file] [log] [blame]
SUMMARY = "Phosphor Network IPMI Daemon"
DESCRIPTION = "Daemon to support IPMI protocol over network"
HOMEPAGE = "https://github.com/openbmc/phosphor-net-ipmid"
PR = "r1"
inherit autotools pkgconfig
inherit obmc-phosphor-license
inherit obmc-phosphor-systemd
DEPENDS += "autoconf-archive-native"
DEPENDS += "phosphor-mapper"
DEPENDS += "systemd"
DEPENDS += "phosphor-ipmi-host"
RDEPENDS_${PN} += "libmapper"
RDEPENDS_${PN} += "libsystemd"
SRC_URI += "git://github.com/openbmc/phosphor-net-ipmid"
SRCREV = "1d9d41668fcdaeb99708be784ce04402578182b4"
S = "${WORKDIR}/git"
SYSTEMD_SERVICE_${PN} = " \
${PN}.service \
${PN}.socket \
"