commit | 5f2973f94ba3409e2b478774a6cde55bc14c14d2 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Feb 26 15:13:42 2018 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Mar 01 14:11:43 2018 +0000 |
tree | 25a485fe6560325439b9c9e49a3b53096c160320 | |
parent | cc01d1a56469abb796ec7e9d282ca906d249a542 [diff] |
preinit-mounts: Fix dependencies preinit-mounts is a shell script. Add appropriate dependencies. Change-Id: Idb8d44c23fe73638e40d0394e44c6db3bf5ba011 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Tested: Built and validated a witherspoon image
diff --git a/common/recipes-phosphor/preinit-mounts/preinit-mounts.bb b/common/recipes-phosphor/preinit-mounts/preinit-mounts.bb index 282f863..30e0f36 100644 --- a/common/recipes-phosphor/preinit-mounts/preinit-mounts.bb +++ b/common/recipes-phosphor/preinit-mounts/preinit-mounts.bb
@@ -1,6 +1,9 @@ inherit obmc-phosphor-license +inherit allarch inherit update-alternatives +RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_base-utils}" + SRC_URI += "file://init" FILES_${PN} += "${base_sbindir}/init"