grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/2] bli: Add explicit dependency on the part_gpt module


From: Oliver Steffen
Subject: [PATCH 2/2] bli: Add explicit dependency on the part_gpt module
Date: Tue, 14 Nov 2023 17:44:53 +0100

The bli module has a "hidden" dependency on the part_gpt module,
which is not picked up automatically by the build system.
Without the part_gpt module, bli does not function correctly.
Since bli does its work in the module initialization function,
the order in which the modules are loaded is also important:
part_gpt needs to be loaded before the bli module.

To solve this, track this dependency explicitly.

Signed-off-by: Oliver Steffen <osteffen@redhat.com>
---
 grub-core/explicit_dependencies.lst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/grub-core/explicit_dependencies.lst 
b/grub-core/explicit_dependencies.lst
index e69de29bb..f44ad6a0c 100644
--- a/grub-core/explicit_dependencies.lst
+++ b/grub-core/explicit_dependencies.lst
@@ -0,0 +1 @@
+depends bli part_gpt
-- 
2.41.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]