summaryrefslogtreecommitdiff
path: root/meta-google
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-10-01 11:16:24 +0300
committerWilliam A. Kennington III <wak@google.com>2021-10-01 11:16:35 +0300
commitb03ef8c7e2a7b53d2bcab0c0bfb4c97aaa8509b9 (patch)
tree3deac8bbc431c9d8ac35cf7084bc12d3bab7b001 /meta-google
parentd853cae6ef17df15656e8194b7cc4022a5533bd4 (diff)
downloadopenbmc-b03ef8c7e2a7b53d2bcab0c0bfb4c97aaa8509b9.tar.xz
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>
Diffstat (limited to 'meta-google')
-rw-r--r--meta-google/recipes-google/ncsi/gbmc-ncsi-config.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-google/recipes-google/ncsi/gbmc-ncsi-config.bb b/meta-google/recipes-google/ncsi/gbmc-ncsi-config.bb
index 29cf9c3f0..4ae9d1994 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 @@ SRC_URI += " \
S = "${WORKDIR}"
RDEPENDS:${PN} += " \
+ bash \
dhcp-relay \
gbmc-ip-monitor \
ncsid \