summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wright <jlwright@us.ibm.com>2019-11-07 00:43:43 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-11-07 03:56:06 +0300
commitd47fb620317ccf05687ace774eb97289ae773aa8 (patch)
treeb2327afbeb950a0b526b2363748d4aec7ee3f4dc
parenta45cc935cfa640270ca97ef2660d1c923468f8f5 (diff)
downloadopenbmc-d47fb620317ccf05687ace774eb97289ae773aa8.tar.xz
Add cli11 dependency to phosphor-power recipe
Following https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-power/+/26406, the phospor-power repository is using cli11 function. The dependency was not added to the recipe and Rainier based builds are failing to compile. Add the missing dependency. (From meta-phosphor rev: 7a0e57f74e0b8434f3e62817e51b9b9368f4edf4) Signed-off-by: Jim Wright <jlwright@us.ibm.com> Change-Id: I08ac6db4284a364b69a25f91c6c20e5587cd598f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb b/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb
index b66c107f4..bb1847e8d 100644
--- a/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb
+++ b/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb
@@ -21,6 +21,7 @@ DEPENDS += " \
sdbus++-native \
sdeventplus \
nlohmann-json \
+ cli11 \
"
SEQ_MONITOR_SVC = "pseq-monitor.service"