From 5c082ac052efe949553fc360b8803c38c5ec8d76 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Thu, 10 Dec 2020 13:28:26 -0700 Subject: grub-efi-cfg: exclude OVERRIDES from build_efi_cfg vardeps This function is primarily *appending* configuration entries to the overrides, it only gets it to ensure it's set at all, so doesn't belong in the vardeps. Having a dependency on OVERRIDES means you cannot use a bbclass like distrooverrides without changing the signatures of recipes using this class. (From OE-Core rev: 938dc131956bbc508c813c0a4fa0ff4791dc6cc6) Signed-off-by: Christopher Larson Signed-off-by: Richard Purdie (cherry picked from commit 8fad5db8c3275a0dc9fdb37761f2e9381e1413da) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- meta/classes/grub-efi-cfg.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/grub-efi-cfg.bbclass b/meta/classes/grub-efi-cfg.bbclass index 3a2cdd698b..ea21b3de3d 100644 --- a/meta/classes/grub-efi-cfg.bbclass +++ b/meta/classes/grub-efi-cfg.bbclass @@ -120,3 +120,4 @@ python build_efi_cfg() { cfgfile.close() } +build_efi_cfg[vardepsexclude] += "OVERRIDES" -- cgit v1.2.3-54-g00ecf