Anthony Wilson | 3492fb9 | 2019-03-30 08:11:32 -0700 | [diff] [blame] | 1 | SUMMARY = "Chassis Power Control" |
| 2 | HOMEPAGE = "https://github.com/openbmc/phosphor-power-control" |
| 3 | PR = "r1" |
| 4 | PV = "1.0+git${SRCPV}" |
| 5 | LICENSE = "Apache-2.0" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
| 7 | |
| 8 | inherit autotools pkgconfig |
| 9 | |
| 10 | DEPENDS += "autoconf-archive-native" |
| 11 | DEPENDS += "phosphor-logging" |
| 12 | DEPENDS += "nlohmann-json" |
| 13 | DEPENDS += "gpioplus" |
| 14 | |
| 15 | S = "${WORKDIR}/git" |
| 16 | |
| 17 | SRC_URI = "git://github.com/openbmc/phosphor-power-control" |
| 18 | SRCREV = "4d209a24588d112dfd61158b2e01dd973d99961e" |