blob: fa551f55333d42e9d2d9fc3ffacfe9535c78caa3 [file] [log] [blame]
Brad Bishop70436da2015-09-16 14:49:27 -04001SUMMARY = "Phosphor OpenBMC REST framework"
2DESCRIPTION = "Phosphor OpenBMC REST to DBUS daemon."
3HOMEPAGE = "http://github.com/openbmc/rest-dbus"
4PR = "r1"
5
6inherit allarch
7inherit obmc-phosphor-license
8inherit obmc-phosphor-systemd
Brad Bishop88648b92015-11-01 21:32:48 -05009inherit setuptools
Brad Bishop70436da2015-09-16 14:49:27 -040010
Brad Bishop70436da2015-09-16 14:49:27 -040011RDEPENDS_${PN} += " \
12 python-netserver \
13 python-json \
14 python-dbus \
15 python-xml \
Brad Bishop88648b92015-11-01 21:32:48 -050016 obmc-mapper \
Brad Bishop70436da2015-09-16 14:49:27 -040017 "
Brad Bishop88648b92015-11-01 21:32:48 -050018
Brad Bishop70436da2015-09-16 14:49:27 -040019SRC_URI += " \
20 git://github.com/openbmc/rest-dbus.git \
Brad Bishop88648b92015-11-01 21:32:48 -050021 file://rest-dbus.service \
Brad Bishop70436da2015-09-16 14:49:27 -040022 "
23
Brad Bishop88648b92015-11-01 21:32:48 -050024SRCREV = "b10a57e2f34e94b13697328cc22f876f738feb0e"
Brad Bishop70436da2015-09-16 14:49:27 -040025
26S = "${WORKDIR}/git"