summaryrefslogtreecommitdiffstats
path: root/meta-inspur/meta-common/recipes-inspur/inspur-uuid/inspur-uuid_git.bb
blob: 2174da9503216ab9ac4583a7accdc33f3d8d4625 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
SUMMARY = "Inspur Identify LED Controller daemon"
DESCRIPTION = "Daemon to trigger actions on a inspur identify LED"

PR = "r1"
PV = "1.0+git${SRCPV}"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"

inherit autotools pkgconfig
inherit systemd

DEPENDS += "autoconf-archive-native"
DEPENDS += "sdbusplus"
DEPENDS += "sdeventplus"
DEPENDS += "phosphor-dbus-interfaces"
DEPENDS += "phosphor-logging"
DEPENDS += "gpioplus"


SYSTEMD_SERVICE_${PN} += "xyz.openbmc_project.inspur.identify_led.controller.service"

SRC_URI = "git://github.com/inspur-bmc/inspur-uuid.git"

PV = "1.0+git${SRCPV}"
SRCREV = "703633f2e81ba4d59eef74910c019e91d2bac63c"

S = "${WORKDIR}/git"
OpenPOWER on IntegriCloud