summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/phosphor-led-sysfs
diff options
context:
space:
mode:
authorVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-01-09 16:02:27 +0530
committerPatrick Williams <patrick@stwcx.xyz>2017-01-18 14:54:30 +0000
commit9cd1b33576970f963aff8b778031e2b2e8dd22fe (patch)
tree0e7210f5e17222757381b21dfa3c7f83ec43127f /meta-phosphor/common/recipes-phosphor/phosphor-led-sysfs
parent5fe31d4a9736aa49f9210b44b1be61afc89f68f3 (diff)
downloadtalos-openbmc-9cd1b33576970f963aff8b778031e2b2e8dd22fe.tar.gz
talos-openbmc-9cd1b33576970f963aff8b778031e2b2e8dd22fe.zip
Add recipe file for phosphor-led-sysfs
Change-Id: Iac26acbbb9b2baad8c0c436d6283120a857b1072 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/phosphor-led-sysfs')
-rw-r--r--meta-phosphor/common/recipes-phosphor/phosphor-led-sysfs/phosphor-led-sysfs.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/phosphor-led-sysfs/phosphor-led-sysfs.bb b/meta-phosphor/common/recipes-phosphor/phosphor-led-sysfs/phosphor-led-sysfs.bb
new file mode 100644
index 000000000..1ccb02a23
--- /dev/null
+++ b/meta-phosphor/common/recipes-phosphor/phosphor-led-sysfs/phosphor-led-sysfs.bb
@@ -0,0 +1,16 @@
+SUMMARY = "Phosphor Physical LED Controller daemon"
+DESCRIPTION = "Daemon to trigger actions on a physical LED"
+HOMEPAGE = "http://github.com/openbmc/phosphor-led-sysfs"
+PR = "r1"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
+inherit autotools pkgconfig
+
+DEPENDS += "autoconf-archive-native"
+DEPENDS += "sdbusplus"
+RDEPENDS_${PN} += "libsystemd"
+
+SRC_URI += "git://github.com/openbmc/phosphor-led-sysfs"
+SRCREV = "61675c3265166cecb0f8f5c2c4f80a78d3412c25"
+S = "${WORKDIR}/git"
OpenPOWER on IntegriCloud