commit | 3eda709ba278a9c72ab27b375e0b3564fa9845a9 | [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 | 72f6f15c411d3209e5b62268c4e15c8fcc7e2421 | |
parent | 50a5dc121b95c75af40f0ac83021e12351b28965 [diff] [blame] |
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/meta-phosphor/common/recipes-phosphor/preinit-mounts/preinit-mounts.bb b/meta-phosphor/common/recipes-phosphor/preinit-mounts/preinit-mounts.bb index 282f863..30e0f36 100644 --- a/meta-phosphor/common/recipes-phosphor/preinit-mounts/preinit-mounts.bb +++ b/meta-phosphor/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"