blob: 9d4217b7ad1bb69eeaf68182ac0a6a50eb177c50 [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 Bishopf2e16842015-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 Bishop376b0652016-08-29 21:47:04 -040016 pyphosphor-dbus \
Brad Bishop70436da2015-09-16 14:49:27 -040017 "
Brad Bishopf2e16842015-11-01 21:32:48 -050018
Brad Bishop10c2f852016-06-08 22:27:31 -040019SYSTEMD_SERVICE_${PN} += "rest-dbus.service rest-dbus.socket"
20
Patrick Williams08ea09a2016-08-13 06:58:07 -050021SRC_URI += "git://github.com/openbmc/rest-dbus.git"
Brad Bishop70436da2015-09-16 14:49:27 -040022
Andrew Geissler291d2042018-06-04 21:45:08 -050023SRCREV = "3084b80c489c10b03207c8fb97d4437fd760f30d"
Brad Bishop70436da2015-09-16 14:49:27 -040024
25S = "${WORKDIR}/git"