From 459d47e59bfb3f80542f17c7eb54ba1f6c1a44f3 Mon Sep 17 00:00:00 2001 From: Mike Capps Date: Thu, 23 Sep 2021 14:05:04 -0400 Subject: Control - add CLI11 dependency to recipe compile-time dependency needed by fanctl Signed-off-by: Mike Capps Change-Id: Ic58a83ce3c85fe4ba75fc348628e6c0fac5fb870 --- meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb index 0cf6a5968..4a7dd48da 100644 --- a/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb +++ b/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb @@ -23,6 +23,7 @@ DEPENDS += "gpioplus" DEPENDS += "phosphor-logging" DEPENDS += "libevdev" DEPENDS += "nlohmann-json" +DEPENDS += "cli11" # Package configuration FAN_PACKAGES = " \ -- cgit v1.2.3