blob: f801b54544e3a8c89e6926019a754606de9696cf [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"
Vishwanatha Subbanna9cd1b332017-01-09 16:02:27 +05304LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
George Liu100c36d2023-08-03 16:16:41 +08006DEPENDS += "cli11"
Vishwanatha Subbanna9cd1b332017-01-09 16:02:27 +05307DEPENDS += "sdbusplus"
Brad Bishop44f3cce2019-03-22 23:41:42 -04008DEPENDS += "systemd"
Xo Wang0d7ad402017-03-14 16:40:31 -07009DEPENDS += "phosphor-dbus-interfaces"
Andrew Geissler39b2f922019-06-25 02:12:26 +000010DEPENDS += "boost"
Andrew Geissler27152582023-12-22 00:10:17 -060011SRCREV = "d508bfb51df8c7d2174a7a0e678599e9d1ccab5a"
Ed Tanous9936f862022-09-19 09:13:20 -070012PV = "1.0+git${SRCPV}"
13PR = "r1"
William A. Kennington III088a2ba2021-06-02 13:27:47 -070014
Patrick Williamsbccaff32023-04-14 11:24:47 -050015SRC_URI = "git://github.com/openbmc/phosphor-led-sysfs;branch=master;protocol=https"
Ed Tanous9936f862022-09-19 09:13:20 -070016
Vishwanatha Subbanna9cd1b332017-01-09 16:02:27 +053017S = "${WORKDIR}/git"
Brad Bishop807fdd22017-01-26 12:36:52 -050018
Ed Tanous9936f862022-09-19 09:13:20 -070019inherit meson pkgconfig
20inherit obmc-phosphor-dbus-service
21
22EXTRA_OEMESON:append = " -Dtests=disabled"
23
Jayashree Dhanapal66b090a2022-09-02 17:47:51 +053024SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.led.controller@.service"