summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2021-02-22 21:50:59 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2021-02-25 15:25:53 +0300
commit4073a4f7bc3ed0c85340b2bc9adb5639215b3c05 (patch)
treecbb5e2ccd8119ede5c8c09cd50a45edc5be6b460 /meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
parent07f48ccd03c7d544f8961c7c32bfe8d79379b0d0 (diff)
downloadopenbmc-4073a4f7bc3ed0c85340b2bc9adb5639215b3c05.tar.xz
Add phosphor-mapper as a dependency to bmcweb
When IPMI is removed from the build (like happens in QEMU images) the mapper gets removed as well. bmcweb relies on phosphor-mapper, so add an RDEPEND to that effect to make sure it gets installed properly. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I699c62225c9862c91a9d670b8c170e32f03e787d
Diffstat (limited to 'meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index b209b28f9..c5c50378a 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -31,6 +31,7 @@ DEPENDS = " \
RDEPENDS_${PN} += " \
jsnbd \
+ phosphor-mapper \
"
FILES_${PN} += "${datadir}/** "