From 4073a4f7bc3ed0c85340b2bc9adb5639215b3c05 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Mon, 22 Feb 2021 10:50:59 -0800 Subject: 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 Change-Id: I699c62225c9862c91a9d670b8c170e32f03e787d --- meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb') 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}/** " -- cgit v1.2.3