summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/leds
diff options
context:
space:
mode:
authorGeorge Liu <liuxiwei@inspur.com>2021-05-28 09:53:31 +0300
committerAndrew Geissler <geissonator@yahoo.com>2021-06-02 02:35:13 +0300
commit545147690a147eb1a9629c0086594b3986195103 (patch)
tree37d8ce00293dee0da72cc5aefe990039bc64af76 /meta-phosphor/recipes-phosphor/leds
parentc43dce400883dabbd45795eb19ac583b74613597 (diff)
downloadopenbmc-545147690a147eb1a9629c0086594b3986195103.tar.xz
ledController: build phosphor-led-sysfs with meson
The intent behind this commit to build phosphor-led-sysfs with meson and remove autotools. Tested: built phosphor-led-sysfs successfully and worked. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I6656f9959438c95e6cd0331d3f070939ffd8e192
Diffstat (limited to 'meta-phosphor/recipes-phosphor/leds')
-rw-r--r--meta-phosphor/recipes-phosphor/leds/phosphor-led-sysfs_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/leds/phosphor-led-sysfs_git.bb b/meta-phosphor/recipes-phosphor/leds/phosphor-led-sysfs_git.bb
index a7884a274..d9adcfc08 100644
--- a/meta-phosphor/recipes-phosphor/leds/phosphor-led-sysfs_git.bb
+++ b/meta-phosphor/recipes-phosphor/leds/phosphor-led-sysfs_git.bb
@@ -6,10 +6,9 @@ PV = "1.0+git${SRCPV}"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
-inherit autotools pkgconfig
+inherit meson pkgconfig
inherit obmc-phosphor-dbus-service
-DEPENDS += "autoconf-archive-native"
DEPENDS += "sdbusplus"
DEPENDS += "systemd"
DEPENDS += "phosphor-dbus-interfaces"