John Wang | 30c49fa | 2018-12-20 14:35:55 +0800 | [diff] [blame] | 1 | SUMMARY = "Inspur Identify LED Controller daemon" |
| 2 | DESCRIPTION = "Daemon to trigger actions on a inspur identify LED" |
| 3 | |
| 4 | PR = "r1" |
| 5 | PV = "1.0+git${SRCPV}" |
| 6 | LICENSE = "Apache-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
| 8 | |
| 9 | inherit autotools pkgconfig |
| 10 | inherit systemd |
| 11 | |
| 12 | DEPENDS += "autoconf-archive-native" |
| 13 | DEPENDS += "sdbusplus" |
| 14 | DEPENDS += "sdeventplus" |
| 15 | DEPENDS += "phosphor-dbus-interfaces" |
| 16 | DEPENDS += "phosphor-logging" |
| 17 | DEPENDS += "gpioplus" |
| 18 | |
| 19 | |
George Liu | dd6464e | 2021-08-07 10:09:52 +0800 | [diff] [blame] | 20 | SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.inspur.identify_led.controller.service" |
John Wang | 30c49fa | 2018-12-20 14:35:55 +0800 | [diff] [blame] | 21 | |
Patrick Williams | bb99d22 | 2022-01-24 15:55:09 -0600 | [diff] [blame] | 22 | SRC_URI = "git://github.com/inspur-bmc/inspur-uuid.git;branch=master;protocol=https" |
John Wang | 30c49fa | 2018-12-20 14:35:55 +0800 | [diff] [blame] | 23 | |
| 24 | PV = "1.0+git${SRCPV}" |
| 25 | SRCREV = "703633f2e81ba4d59eef74910c019e91d2bac63c" |
| 26 | |
| 27 | S = "${WORKDIR}/git" |