blob: cea4102cc4be8d40e489b6148e7c28c4ff58d884 [file] [log] [blame]
Anthony Wilsoncd800c82019-03-30 08:11:32 -07001SUMMARY = "Chassis Power Control"
2HOMEPAGE = "https://github.com/openbmc/phosphor-power-control"
3PR = "r1"
4PV = "1.0+git${SRCPV}"
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
7
8inherit autotools pkgconfig
9
10DEPENDS += "autoconf-archive-native"
11DEPENDS += "phosphor-logging"
12DEPENDS += "nlohmann-json"
13DEPENDS += "gpioplus"
14
15S = "${WORKDIR}/git"
16
Patrick Williamsbb99d222022-01-24 15:55:09 -060017SRC_URI = "git://github.com/openbmc/phosphor-power-control;branch=master;protocol=https"
Andrew Geissler945e8852021-10-25 19:41:02 +000018SRCREV = "ca9aa00180423b548369a7485bbca641581cc1ab"