blob: 049a6caf9dfb89845d2a503526e9bc62c9a03ee0 [file] [log] [blame]
John Wang30c49fa2018-12-20 14:35:55 +08001SUMMARY = "Inspur Identify LED Controller daemon"
2DESCRIPTION = "Daemon to trigger actions on a inspur identify LED"
3
4PR = "r1"
5PV = "1.0+git${SRCPV}"
6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
8
9inherit autotools pkgconfig
10inherit systemd
11
12DEPENDS += "autoconf-archive-native"
13DEPENDS += "sdbusplus"
14DEPENDS += "sdeventplus"
15DEPENDS += "phosphor-dbus-interfaces"
16DEPENDS += "phosphor-logging"
17DEPENDS += "gpioplus"
18
19
George Liudd6464e2021-08-07 10:09:52 +080020SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.inspur.identify_led.controller.service"
John Wang30c49fa2018-12-20 14:35:55 +080021
Patrick Williamsbb99d222022-01-24 15:55:09 -060022SRC_URI = "git://github.com/inspur-bmc/inspur-uuid.git;branch=master;protocol=https"
John Wang30c49fa2018-12-20 14:35:55 +080023
24PV = "1.0+git${SRCPV}"
25SRCREV = "703633f2e81ba4d59eef74910c019e91d2bac63c"
26
27S = "${WORKDIR}/git"