SUMMARY = "Phosphor OpenBMC REST framework" DESCRIPTION = "Phosphor OpenBMC REST to DBUS daemon." HOMEPAGE = "http://github.com/openbmc/rest-dbus" PR = "r1" PV = "1.0+git${SRCPV}" inherit allarch inherit obmc-phosphor-license inherit obmc-phosphor-systemd inherit setuptools RDEPENDS_${PN} += " \ python-netserver \ python-json \ python-dbus \ python-xml \ pyphosphor-dbus \ " SYSTEMD_SERVICE_${PN} += "rest-dbus.service rest-dbus.socket" SRC_URI += "git://github.com/openbmc/rest-dbus.git" SRCREV = "58996aedccf45bca045a0b00eab54477e7ee35d7" S = "${WORKDIR}/git"