diff options
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor')
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/clear-once/clear-once.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/clear-once/clear-once.bb b/meta-phosphor/common/recipes-phosphor/clear-once/clear-once.bb index 89b83ce0d..79a7ecd77 100644 --- a/meta-phosphor/common/recipes-phosphor/clear-once/clear-once.bb +++ b/meta-phosphor/common/recipes-phosphor/clear-once/clear-once.bb @@ -1,5 +1,7 @@ SUMMARY = "Clear boot-once variables" DESCRIPTION = "Clear u-boot variables used for one-time boot flow" +RDEPENDS_${PN} = "${@d.getVar('PREFERRED_PROVIDER_u-boot-fw-utils', True) or 'u-boot-fw-utils'}" + inherit obmc-phosphor-systemd inherit obmc-phosphor-license |