summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2020-05-31 07:24:44 +0300
committerPatrick Williams <patrick@stwcx.xyz>2020-12-03 21:04:37 +0300
commit9477eb350af7a0dc1428a6d1fc8e19c5d8d7bd0f (patch)
tree0d23261b53d3a200a4dd184a27522710fbac9782
parent35a774200999ac2fca48693c1c169bf99d2f63ea (diff)
downloadopenbmc-9477eb350af7a0dc1428a6d1fc8e19c5d8d7bd0f.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 cf853d2546..8c68d91e00 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"