summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/misc
diff options
context:
space:
mode:
authorXie Ning <xiening.xll@bytedance.com>2022-12-14 11:41:12 +0300
committerXie Ning <xiening.xll@bytedance.com>2022-12-14 11:41:12 +0300
commitc9883302978c0e70a918ed7bc35751f77818aaf1 (patch)
tree846d8515d6673edb2aa4d9751bdf6924451f3ab6 /meta-phosphor/recipes-phosphor/misc
parentd48c7b0626b9a34a010b2396dafa3833f2c09828 (diff)
downloadopenbmc-c9883302978c0e70a918ed7bc35751f77818aaf1.tar.xz
phosphor-misc: Add bash to RDEPENDS
Fix the build error: 'requires /bin/bash, but no providers found' Signed-off-by: Xie Ning <xiening.xll@bytedance.com> Change-Id: I8a7d4493a75b0f0e09d5c197df9fd974bd8f3158
Diffstat (limited to 'meta-phosphor/recipes-phosphor/misc')
-rw-r--r--meta-phosphor/recipes-phosphor/misc/phosphor-misc_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/misc/phosphor-misc_git.bb b/meta-phosphor/recipes-phosphor/misc/phosphor-misc_git.bb
index 928f45d895..64195f9e15 100644
--- a/meta-phosphor/recipes-phosphor/misc/phosphor-misc_git.bb
+++ b/meta-phosphor/recipes-phosphor/misc/phosphor-misc_git.bb
@@ -35,6 +35,9 @@ inherit systemd
PACKAGES = "${PHOSPHOR_MISC_PACKAGES}"
RDEPENDS:${PN}-http-redirect-awk = "${VIRTUAL-RUNTIME_base-utils}"
+RDEPENDS:${PN}-first-boot-set-hostname += "bash"
+RDEPENDS:${PN}-first-boot-set-mac += "bash"
+RDEPENDS:${PN}-usb-ctrl += "bash"
# first-boot-set-hostname
FILES:${PN}-first-boot-set-hostname = "${bindir}/first-boot-set-hostname.sh"