Vishwanatha Subbanna | 0489833 | 2017-01-09 16:02:27 +0530 | [diff] [blame] | 1 | SUMMARY = "Phosphor Physical LED Controller daemon" |
| 2 | DESCRIPTION = "Daemon to trigger actions on a physical LED" |
| 3 | HOMEPAGE = "http://github.com/openbmc/phosphor-led-sysfs" |
| 4 | PR = "r1" |
| 5 | |
| 6 | LICENSE = "Apache-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
| 8 | inherit autotools pkgconfig |
| 9 | |
| 10 | DEPENDS += "autoconf-archive-native" |
| 11 | DEPENDS += "sdbusplus" |
| 12 | RDEPENDS_${PN} += "libsystemd" |
| 13 | |
| 14 | SRC_URI += "git://github.com/openbmc/phosphor-led-sysfs" |
| 15 | SRCREV = "61675c3265166cecb0f8f5c2c4f80a78d3412c25" |
| 16 | S = "${WORKDIR}/git" |