commit | 100c36de901712e86a31e934486046359bf8045f | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Thu Aug 03 16:16:41 2023 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Thu Aug 03 16:16:41 2023 +0800 |
tree | 787496092181709a53d9508f742ccb49b1faba8e | |
parent | c2a6896e4e020bc87612d0cbe2b92793b8f615fd [diff] |
meta-phosphor: led-sysfs: Depend on CLI11 The argument class will be removed in the future and CLI11 will be used instead[1]. [1]: https://gerrit.openbmc.org/c/openbmc/phosphor-led-sysfs/+/65711 Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I5fc34324e2139d31b0a338a9f2075ca865b4ff41
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 05ddc76..fd6e3b3 100644 --- a/meta-phosphor/recipes-phosphor/leds/phosphor-led-sysfs_git.bb +++ b/meta-phosphor/recipes-phosphor/leds/phosphor-led-sysfs_git.bb
@@ -3,6 +3,7 @@ HOMEPAGE = "http://github.com/openbmc/phosphor-led-sysfs" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" +DEPENDS += "cli11" DEPENDS += "sdbusplus" DEPENDS += "systemd" DEPENDS += "phosphor-dbus-interfaces"