commit | 72a9a96ae9c1d1da350267b9bdec0296fb2c1f23 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Wed Aug 21 13:56:08 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Wed Aug 21 13:56:08 2024 +0800 |
tree | 22a2277260ac9c2f543bc27f5e31331df8a52c15 | |
parent | 49322acd707953c6fb2cb43646588578ca9ad4e8 [diff] |
phosphor-led-manager: Add libcereal ledmanager already depends on libcereal in meson. This commit adds a dependency on the cereal repository in the bb file. Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I8b3ea3afb0e95afd9f27814966566205f260cf63
diff --git a/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager_git.bb b/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager_git.bb index 3c427f6..4a571a7 100644 --- a/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager_git.bb +++ b/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager_git.bb
@@ -4,6 +4,7 @@ DEPENDS += "${PYTHON_PN}-pyyaml-native" DEPENDS += "${PYTHON_PN}-inflection-native" DEPENDS += "cli11" +DEPENDS += "libcereal" DEPENDS += "nlohmann-json" DEPENDS += "phosphor-logging" DEPENDS += "sdbusplus ${PYTHON_PN}-sdbus++-native"