Kuiying Wang | 0d73765 | 2018-11-08 16:52:49 +0800 | [diff] [blame] | 1 | SUMMARY = "OpenBMC Buttons" |
| 2 | DESCRIPTION = "OpenBMC All buttons" |
| 3 | PR = "r1" |
| 4 | PV = "1.0+git${SRCPV}" |
| 5 | LICENSE = "Apache-2.0" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
| 7 | |
| 8 | S = "${WORKDIR}/git" |
| 9 | SRC_URI += "git://github.com/openbmc/phosphor-buttons.git" |
Andrew Geissler | 443f1b0 | 2018-12-10 19:00:27 +0000 | [diff] [blame] | 10 | SRCREV = "391a21a1bb002a62ce336bfacdd8fdf888b7909a" |
Kuiying Wang | 0d73765 | 2018-11-08 16:52:49 +0800 | [diff] [blame] | 11 | |
| 12 | inherit cmake pkgconfig systemd |
| 13 | |
| 14 | SYSTEMD_SERVICE_${PN} += "xyz.openbmc_project.Chassis.Buttons.service" |
| 15 | |
| 16 | DEPENDS += " \ |
| 17 | systemd \ |
| 18 | sdbusplus \ |
| 19 | phosphor-dbus-interfaces \ |
| 20 | phosphor-logging \ |
| 21 | nlohmann-json \ |
| 22 | gpioplus \ |
| 23 | " |