blob: 19da7388cc8c714f3c48c700bfb5159ae88f257b [file] [log] [blame]
SUMMARY = "Phosphor DBUS REST Server"
DESCRIPTION = "Phosphor DBUS REST manager."
HOMEPAGE = "http://github.com/openbmc/phosphor-rest-server"
PR = "r1"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
inherit allarch
inherit obmc-phosphor-systemd
inherit setuptools
RDEPENDS_${PN} += " \
python-xml \
python-dbus \
python-pygobject \
obmc-mapper \
python-rocket \
python-bottle \
"
SRC_URI += " \
git://github.com/openbmc/phosphor-rest-server \
"
SRCREV = "f481dfc6b059677d06c158a5e23cfffab56edc3f"
S = "${WORKDIR}/git"