commit | 8b86a4153fd24d74a87aa19141a0c8ebd1b23b80 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Apr 14 14:29:45 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Apr 20 11:36:29 2023 +0000 |
tree | 2f7df401696203c4655bb3e265fd77657953e685 | |
parent | 861ed8f3b21666fe471f33f1f737faca70898ebd [diff] [blame] |
meta-hpe: fix shellcheck issues Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I30885f8c2577c3c2aa333a61210e6738fbf016c7
diff --git a/meta-hpe/meta-common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bbappend b/meta-hpe/meta-common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bbappend index ab76653..b4092a1 100644 --- a/meta-hpe/meta-common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bbappend +++ b/meta-hpe/meta-common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bbappend
@@ -9,3 +9,5 @@ FILES:${PN} += " /init /shutdown /update /whitelist /dev " FILES:${PN} += " /init-options /init-download-url " + +RDEPENDS:${PN}:append = " bash"