From b0c11efc8f0a3486ed54eddfe5330a0b08c1ec83 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Wed, 12 Nov 2025 19:08:04 +0100 Subject: [PATCH] efibootmgr: update SRC_URI branch master branch was renamed to main (From OE-Core rev: 2c5b195e974ac54610d7b50c014752875004b0b9) Signed-off-by: Gyorgy Sarvari Signed-off-by: Steve Sakoman --- meta/recipes-bsp/efibootmgr/efibootmgr_17.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \