From 415b79145982e5863f070581819f07177eb5bf9b Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 26 Oct 2023 14:12:06 +0100 Subject: grubby: Update branchname to match upstream meta-oe master already made this change along with others. Update the branchname to match upstream repository changes to allow fetching to continue to work. Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- meta-initramfs/recipes-devtools/grubby/grubby_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-initramfs/recipes-devtools/grubby/grubby_git.bb b/meta-initramfs/recipes-devtools/grubby/grubby_git.bb index c0797ac5c6..9d3d7b55cc 100644 --- a/meta-initramfs/recipes-devtools/grubby/grubby_git.bb +++ b/meta-initramfs/recipes-devtools/grubby/grubby_git.bb @@ -14,7 +14,7 @@ DEPENDS_append_libc-musl = " libexecinfo" S = "${WORKDIR}/git" SRCREV = "a1d2ae93408c3408e672d7eba4550fdf27fb0201" -SRC_URI = "git://github.com/rhboot/grubby.git;protocol=https;branch=master \ +SRC_URI = "git://github.com/rhboot/grubby.git;protocol=https;branch=main \ file://grubby-rename-grub2-editenv-to-grub-editenv.patch \ file://run-ptest \ file://0001-Add-another-variable-LIBS-to-provides-libraries-from.patch \ -- cgit 1.2.3-korg