blob: a7a1a72ab1248421f7fe8ac590985aa9465b1223 [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"
Patrick Venturef9f2d052018-10-05 15:06:19 -07005PV = "1.0+git${SRCPV}"
Brad Bishop70436da2015-09-16 14:49:27 -04006
7inherit allarch
8inherit obmc-phosphor-license
9inherit obmc-phosphor-systemd
Brad Bishop88648b92015-11-01 21:32:48 -050010inherit setuptools
Brad Bishop70436da2015-09-16 14:49:27 -040011
Brad Bishop70436da2015-09-16 14:49:27 -040012RDEPENDS_${PN} += " \
13 python-netserver \
14 python-json \
15 python-dbus \
16 python-xml \
Brad Bishop1b4e4472016-08-29 21:47:04 -040017 pyphosphor-dbus \
Brad Bishop70436da2015-09-16 14:49:27 -040018 "
Brad Bishop88648b92015-11-01 21:32:48 -050019
Brad Bishop31542fe2016-06-08 22:27:31 -040020SYSTEMD_SERVICE_${PN} += "rest-dbus.service rest-dbus.socket"
21
Patrick Williamsca43d6d2016-08-13 06:58:07 -050022SRC_URI += "git://github.com/openbmc/rest-dbus.git"
Brad Bishop70436da2015-09-16 14:49:27 -040023
Andrew Geisslerf96b9d22018-11-01 13:20:23 +000024SRCREV = "58996aedccf45bca045a0b00eab54477e7ee35d7"
Brad Bishop70436da2015-09-16 14:49:27 -040025
26S = "${WORKDIR}/git"