summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-26 14:12:06 +0100
committerArmin Kuster <akuster808@gmail.com>2023-11-12 10:41:00 -0500
commit415b79145982e5863f070581819f07177eb5bf9b (patch)
tree84f28951a3313c6d7a6d23081d5399769d0077c4
parentc319930fbf31d92b3b9e48ad45f67cdd553af6b0 (diff)
downloadmeta-openembedded-415b79145982e5863f070581819f07177eb5bf9b.tar.gz
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 <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-initramfs/recipes-devtools/grubby/grubby_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-devtools/grubby/grubby_git.bb b/meta-initramfs/recipes-devtools/grubby/grubby_git.bb
index c0797ac5c..9d3d7b55c 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"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16SRCREV = "a1d2ae93408c3408e672d7eba4550fdf27fb0201" 16SRCREV = "a1d2ae93408c3408e672d7eba4550fdf27fb0201"
17SRC_URI = "git://github.com/rhboot/grubby.git;protocol=https;branch=master \ 17SRC_URI = "git://github.com/rhboot/grubby.git;protocol=https;branch=main \
18 file://grubby-rename-grub2-editenv-to-grub-editenv.patch \ 18 file://grubby-rename-grub2-editenv-to-grub-editenv.patch \
19 file://run-ptest \ 19 file://run-ptest \
20 file://0001-Add-another-variable-LIBS-to-provides-libraries-from.patch \ 20 file://0001-Add-another-variable-LIBS-to-provides-libraries-from.patch \