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