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 |
Andrew Geissler | 358dfea | 2020-04-14 09:04:52 -0500 | [diff] [blame] | 11 | inherit setuptools3 |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 12 | |
Patrick Williams | 12fc939 | 2021-08-06 09:16:53 -0500 | [diff] [blame] | 13 | RDEPENDS:${PN} += " \ |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 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 | |
Patrick Williams | 12fc939 | 2021-08-06 09:16:53 -0500 | [diff] [blame] | 21 | SYSTEMD_SERVICE:${PN} += "rest-dbus.service rest-dbus.socket" |
Brad Bishop | 10c2f85 | 2016-06-08 22:27:31 -0400 | [diff] [blame] | 22 | |
Patrick Williams | bb99d22 | 2022-01-24 15:55:09 -0600 | [diff] [blame] | 23 | SRC_URI += "git://github.com/openbmc/rest-dbus.git;branch=master;protocol=https" |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 24 | |
Andrew Geissler | 1060302 | 2021-10-29 09:01:04 +0000 | [diff] [blame] | 25 | SRCREV = "99d57f2698568be1bf989057f678ff5c053e7957" |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 26 | |
| 27 | S = "${WORKDIR}/git" |