commit | b03ef8c7e2a7b53d2bcab0c0bfb4c97aaa8509b9 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Oct 01 01:16:24 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Fri Oct 01 01:16:35 2021 -0700 |
tree | 3deac8bbc431c9d8ac35cf7084bc12d3bab7b001 | |
parent | d853cae6ef17df15656e8194b7cc4022a5533bd4 [diff] [blame] |
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 \