blob: c20621ec21ebe903450fa9feecdd4d5c44bb7a16 [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"
Brad Bishop75f03872018-11-03 09:41:57 -07004LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Ed Tanous9936f862022-09-19 09:13:20 -07006SRCREV = "99d57f2698568be1bf989057f678ff5c053e7957"
7PV = "1.0+git${SRCPV}"
8PR = "r1"
9
10SRC_URI += "git://github.com/openbmc/rest-dbus.git;branch=master;protocol=https"
11
12SYSTEMD_SERVICE:${PN} += "rest-dbus.service rest-dbus.socket"
13S = "${WORKDIR}/git"
Brad Bishop70436da2015-09-16 14:49:27 -040014
15inherit allarch
Brad Bishop70436da2015-09-16 14:49:27 -040016inherit obmc-phosphor-systemd
Andrew Geissler358dfea2020-04-14 09:04:52 -050017inherit setuptools3
Brad Bishop70436da2015-09-16 14:49:27 -040018
Patrick Williams12fc9392021-08-06 09:16:53 -050019RDEPENDS:${PN} += " \
Brad Bishop70436da2015-09-16 14:49:27 -040020 python-netserver \
21 python-json \
22 python-dbus \
23 python-xml \
Brad Bishop376b0652016-08-29 21:47:04 -040024 pyphosphor-dbus \
Brad Bishop70436da2015-09-16 14:49:27 -040025 "