summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2020-05-31 07:24:44 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-06-02 00:07:33 +0300
commit5f7e5fe7b8f5d8b1dd5c0462a35006b951af06e3 (patch)
tree43b7776527f3e046e75e5d94c3bf6aa745daf722
parentcc2cefb5130baa90564dbd0cd96c7ee23f0f73f8 (diff)
downloadopenbmc-5f7e5fe7b8f5d8b1dd5c0462a35006b951af06e3.tar.xz
boost: define required dependency in recipe
Latest upstream yocto is failing due to being unable to find the boost header files. Define the needed dependency. Tested: Verified with the corresponding meson.build change that phosphor-power now builds against upstream yocto (From meta-phosphor rev: da29f23ed62d5fa26c83b422e1e09b796dd75a52) Change-Id: Iaeaeaaf7f5718210e2c0a5c9ec329db9f1926d9e Signed-off-by: Andrew Geissler <geissonator@yahoo.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 cf853d254..8c68d91e0 100644
--- a/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb
+++ b/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb
@@ -41,6 +41,7 @@ DEPENDS += " \
${PYTHON_PN}-pyyaml-native \
${PYTHON_PN}-setuptools-native \
${PYTHON_PN}-mako-native \
+ boost \
"
SEQ_MONITOR_SVC = "pseq-monitor.service"