blob: b35c387fe53d270d790074d37481cfb6c8173d56 [file] [log] [blame]
Anthony Wilsoncd800c82019-03-30 08:11:32 -07001SUMMARY = "Chassis Power Control"
2HOMEPAGE = "https://github.com/openbmc/phosphor-power-control"
Anthony Wilsoncd800c82019-03-30 08:11:32 -07003LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
Anthony Wilsoncd800c82019-03-30 08:11:32 -07005DEPENDS += "phosphor-logging"
6DEPENDS += "nlohmann-json"
7DEPENDS += "gpioplus"
Ed Tanous9936f862022-09-19 09:13:20 -07008SRCREV = "09fdcb592a9320b9363fb1c7fec872a69ac95189"
9PV = "1.0+git${SRCPV}"
10PR = "r1"
11
12SRC_URI = "git://github.com/openbmc/phosphor-power-control;branch=master;protocol=https"
Anthony Wilsoncd800c82019-03-30 08:11:32 -070013
14S = "${WORKDIR}/git"
15
Ed Tanous9936f862022-09-19 09:13:20 -070016inherit meson pkgconfig