blob: 27d873381a9e52e407628fae4d263772cfa7195e [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
Andrew Geissler358dfea2020-04-14 09:04:52 -050011inherit setuptools3
Brad Bishop70436da2015-09-16 14:49:27 -040012
Patrick Williams12fc9392021-08-06 09:16:53 -050013RDEPENDS:${PN} += " \
Brad Bishop70436da2015-09-16 14:49:27 -040014 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
Patrick Williams12fc9392021-08-06 09:16:53 -050021SYSTEMD_SERVICE:${PN} += "rest-dbus.service rest-dbus.socket"
Brad Bishop10c2f852016-06-08 22:27:31 -040022
Patrick Williamsbb99d222022-01-24 15:55:09 -060023SRC_URI += "git://github.com/openbmc/rest-dbus.git;branch=master;protocol=https"
Brad Bishop70436da2015-09-16 14:49:27 -040024
Andrew Geissler10603022021-10-29 09:01:04 +000025SRCREV = "99d57f2698568be1bf989057f678ff5c053e7957"
Brad Bishop70436da2015-09-16 14:49:27 -040026
27S = "${WORKDIR}/git"