Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 1 | SUMMARY = "Phosphor OpenBMC REST framework" |
| 2 | DESCRIPTION = "Phosphor OpenBMC REST to DBUS daemon." |
| 3 | HOMEPAGE = "http://github.com/openbmc/rest-dbus" |
| 4 | PR = "r1" |
Patrick Venture | 5c8ce52 | 2018-10-05 15:06:19 -0700 | [diff] [blame] | 5 | PV = "1.0+git${SRCPV}" |
Brad Bishop | 75f0387 | 2018-11-03 09:41:57 -0700 | [diff] [blame] | 6 | LICENSE = "Apache-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 8 | |
| 9 | inherit allarch |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 10 | inherit obmc-phosphor-systemd |
Brad Bishop | f2e1684 | 2015-11-01 21:32:48 -0500 | [diff] [blame] | 11 | inherit setuptools |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 12 | |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 13 | RDEPENDS_${PN} += " \ |
| 14 | python-netserver \ |
| 15 | python-json \ |
| 16 | python-dbus \ |
| 17 | python-xml \ |
Brad Bishop | 376b065 | 2016-08-29 21:47:04 -0400 | [diff] [blame] | 18 | pyphosphor-dbus \ |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 19 | " |
Brad Bishop | f2e1684 | 2015-11-01 21:32:48 -0500 | [diff] [blame] | 20 | |
Brad Bishop | 10c2f85 | 2016-06-08 22:27:31 -0400 | [diff] [blame] | 21 | SYSTEMD_SERVICE_${PN} += "rest-dbus.service rest-dbus.socket" |
| 22 | |
Patrick Williams | 08ea09a | 2016-08-13 06:58:07 -0500 | [diff] [blame] | 23 | SRC_URI += "git://github.com/openbmc/rest-dbus.git" |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 24 | |
Andrew Geissler | fbd9a46 | 2019-03-05 01:32:03 +0000 | [diff] [blame] | 25 | SRCREV = "9273a302e8f2b3c3e939dff77758e90f163bf6a1" |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 26 | |
| 27 | S = "${WORKDIR}/git" |