summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/leds/phosphor-led-manager.bb
blob: a30f2f99b8937f3593f6dd7808e16373cc2861fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "Phosphor LED Group Management Daemon"
DESCRIPTION = "Daemon to cater to triggering actions on LED groups"
PR = "r1"

inherit autotools pkgconfig
require ${PN}.inc

DEPENDS += "python-pyyaml-native"
DEPENDS += "autoconf-archive-native"
DEPENDS += "sdbusplus sdbusplus-native"
DEPENDS += "${PN}-config"
RDEPENDS_${PN} += "libsystemd"

S = "${WORKDIR}/git"

DBUS_SERVICE_${PN} += "xyz.openbmc_project.ledmanager.service"

EXTRA_OECONF = "YAML_PATH=${STAGING_DATADIR_NATIVE}/${PN}"
OpenPOWER on IntegriCloud