blob: 96e76e6f39e1bed2ec792dfa7c43da57bfe802e9 [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}"
Patrick Venture17930732018-11-03 09:42:36 -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 Bishop88648b92015-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 Bishop1b4e4472016-08-29 21:47:04 -040018 pyphosphor-dbus \
Brad Bishop70436da2015-09-16 14:49:27 -040019 "
Brad Bishop88648b92015-11-01 21:32:48 -050020
Brad Bishop31542fe2016-06-08 22:27:31 -040021SYSTEMD_SERVICE_${PN} += "rest-dbus.service rest-dbus.socket"
22
Patrick Williamsca43d6d2016-08-13 06:58:07 -050023SRC_URI += "git://github.com/openbmc/rest-dbus.git"
Brad Bishop70436da2015-09-16 14:49:27 -040024
Andrew Geissler7e59f322018-11-01 15:40:31 +000025SRCREV = "403ce23066a8b0f0dca23220530b8760748b168e"
Brad Bishop70436da2015-09-16 14:49:27 -040026
27S = "${WORKDIR}/git"