From b03ef8c7e2a7b53d2bcab0c0bfb4c97aaa8509b9 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Fri, 1 Oct 2021 01:16:24 -0700 Subject: 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 --- meta-google/recipes-google/ncsi/gbmc-ncsi-config.bb | 1 + 1 file changed, 1 insertion(+) 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 \ -- cgit v1.2.3