| SUMMARY = "Phosphor OpenBMC BT to DBUS" |
| DESCRIPTION = "Phosphor OpenBMC BT to DBUS." |
| PR = "r1" |
| PV = "1.0+git${SRCPV}" |
| LICENSE = "Apache-2.0" |
| LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
| |
| inherit autotools pkgconfig |
| inherit obmc-phosphor-dbus-service |
| |
| DBUS_SERVICE_${PN} = "org.openbmc.HostIpmi.service" |
| |
| PROVIDES += "virtual/obmc-host-ipmi-hw" |
| RPROVIDES_${PN} += "virtual-obmc-host-ipmi-hw" |
| RRECOMMENDS_${PN} += "phosphor-ipmi-host" |
| |
| DEPENDS += "autoconf-archive-native" |
| DEPENDS += "systemd" |
| |
| S = "${WORKDIR}/git" |
| SRC_URI += "git://github.com/openbmc/btbridge" |
| SRCREV="aa5511d28ff9acee4a404c6397d09f5187812ed8" |