commit | 2d86646fc3952d45cb1b8f6b86afec2a970faaf8 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Mon Sep 25 10:58:58 2023 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Thu Sep 28 10:33:25 2023 -0500 |
tree | 934d9e8854692ccb1b1fdda88a293810f0d1b49f | |
parent | 1e8e06a5be085093e340a28d2597efb6148aca11 [diff] |
webui: add RDEPENDS on bmcweb The webui is not much use without a web server so ensure it pulls in OpenBMC's only webserver, bmcweb. Change-Id: Iaa9cedb30d0bdf5b2d787a09a0881950ac3d0de3 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb index 1edd7c5..a166472 100644 --- a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb +++ b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb
@@ -21,6 +21,8 @@ inherit allarch +RDEPENDS:${PN}:append = " bmcweb" + EXTRA_OENPM ?= "" export CXX = "${BUILD_CXX}"