blob: b9f7dc9775731b900014d79bb555169ece71cfb9 [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
17SRC_URI = "git://github.com/openbmc/phosphor-power-control"
18SRCREV = "4d209a24588d112dfd61158b2e01dd973d99961e"