blob: 44e5dfceeabb09ae9488136085cc918f76da349c [file] [log] [blame]
SUMMARY = "Phosphor OpenBMC IPMI daemon"
DESCRIPTION = "Phosphor OpenBMC IPMI router and plugin libraries"
HOMEPAGE = "http://github.com/openbmc/phosphor-host-ipmid"
PR = "r1"
RRECOMMENDS_${PN} += "virtual/obmc-phosphor-host-ipmi-hw"
RRECOMMENDS_${PN} += "${VIRTUAL-RUNTIME_obmc-phosphor-ipmi-parsers}"
inherit obmc-phosphor-license
inherit obmc-phosphor-sdbus-service
inherit obmc-phosphor-c-daemon
TARGET_CFLAGS += "-fpic"
RDEPENDS_${PN} += "clear-once"
RDEPENDS_${PN} += "settings"
RDEPENDS_${PN} += "network"
SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid"
SRC_URI += "file://0001_get_bt_interface_capabilities.patch"
SRCREV = "87e080b537aff3fd22ec56ef72660937bed38422"
S = "${WORKDIR}/git"
INSTALL_NAME = "ipmid"
do_install() {
install -m 0755 -d ${D}${libdir}/host-ipmid
install -m 0755 ${S}/*.so ${D}${libdir}/host-ipmid/
install -m 0755 -d ${D}${includedir}/host-ipmid
install -m 0644 ${S}/ipmid-api.h ${D}${includedir}/host-ipmid/
}