blob: 7037ef92bf0c2950c7ee8abe849a98976e33d12d [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 Venture5c8ce522018-10-05 15:06:19 -07005PV = "1.0+git${SRCPV}"
Brad Bishop75f03872018-11-03 09:41:57 -07006LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Brad Bishop70436da2015-09-16 14:49:27 -04008
9inherit allarch
Brad Bishop70436da2015-09-16 14:49:27 -040010inherit obmc-phosphor-systemd
Brad Bishopf2e16842015-11-01 21:32:48 -050011inherit setuptools
Brad Bishop70436da2015-09-16 14:49:27 -040012
Brad Bishop70436da2015-09-16 14:49:27 -040013RDEPENDS_${PN} += " \
14 python-netserver \
15 python-json \
16 python-dbus \
17 python-xml \
Brad Bishop376b0652016-08-29 21:47:04 -040018 pyphosphor-dbus \
Brad Bishop70436da2015-09-16 14:49:27 -040019 "
Brad Bishopf2e16842015-11-01 21:32:48 -050020
Brad Bishop10c2f852016-06-08 22:27:31 -040021SYSTEMD_SERVICE_${PN} += "rest-dbus.service rest-dbus.socket"
22
Patrick Williams08ea09a2016-08-13 06:58:07 -050023SRC_URI += "git://github.com/openbmc/rest-dbus.git"
Brad Bishop70436da2015-09-16 14:49:27 -040024
Andrew Geisslerfbd9a462019-03-05 01:32:03 +000025SRCREV = "9273a302e8f2b3c3e939dff77758e90f163bf6a1"
Brad Bishop70436da2015-09-16 14:49:27 -040026
27S = "${WORKDIR}/git"