meta-google: gbmc-ncsi-config: Fix missing bash rdep

The scripts distributed with this recipe depend on bash at runtime,
causing sanity check failures without proper specification.

Change-Id: I32e4ad135ca94c3f0f707ca7d48f5c3fa29d2441
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/meta-google/recipes-google/ncsi/gbmc-ncsi-config.bb b/meta-google/recipes-google/ncsi/gbmc-ncsi-config.bb
index 29cf9c3..4ae9d19 100644
--- a/meta-google/recipes-google/ncsi/gbmc-ncsi-config.bb
+++ b/meta-google/recipes-google/ncsi/gbmc-ncsi-config.bb
@@ -24,6 +24,7 @@
 S = "${WORKDIR}"
 
 RDEPENDS:${PN} += " \
+  bash \
   dhcp-relay \
   gbmc-ip-monitor \
   ncsid \