diff mbox series

[kirkstone,1/2] efibootmgr: update SRC_URI branch

Message ID 20251112180805.773151-1-skandigraun@gmail.com
State Under Review
Delegated to: Steve Sakoman
Headers show
Series [kirkstone,1/2] efibootmgr: update SRC_URI branch | expand

Commit Message

Gyorgy Sarvari Nov. 12, 2025, 6:08 p.m. UTC
master branch was renamed to main

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 meta/recipes-bsp/efibootmgr/efibootmgr_17.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-bsp/efibootmgr/efibootmgr_17.bb b/meta/recipes-bsp/efibootmgr/efibootmgr_17.bb
index be6571b3fa..b6d3dadadf 100644
--- a/meta/recipes-bsp/efibootmgr/efibootmgr_17.bb
+++ b/meta/recipes-bsp/efibootmgr/efibootmgr_17.bb
@@ -10,7 +10,7 @@  DEPENDS = "efivar popt"
 
 COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
 
-SRC_URI = "git://github.com/rhinstaller/efibootmgr.git;protocol=https;branch=master \
+SRC_URI = "git://github.com/rhinstaller/efibootmgr.git;protocol=https;branch=main \
            file://0001-remove-extra-decl.patch \
            file://97668ae0bce776a36ea2001dea63d376be8274ac.patch \
            file://0001-src-make-compatible-with-efivar-38.patch \