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
diff --git a/meta-phosphor/recipes-phosphor/misc/phosphor-misc_git.bb b/meta-phosphor/recipes-phosphor/misc/phosphor-misc_git.bb
index 928f45d..64195f9 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 @@
 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"