From e62e0f6757078cef5c793d8fb107b09362db783d Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 11 Nov 2021 23:39:46 +0800 Subject: [PATCH] glibc-version.inc: remove branch= from GLIBC_GIT_URI GLIBC_GIT_URI is used along with branch=${SRCBRANCH} so no need to add it here. Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie (cherry picked from commit 4c9cfe326913d28f82e6a91d1eeae55a6651f0f7) Signed-off-by: Steve Sakoman --- meta/recipes-core/glibc/glibc-version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc index dd6f0039c7..aac0d9b3bf 100644 --- a/meta/recipes-core/glibc/glibc-version.inc +++ b/meta/recipes-core/glibc/glibc-version.inc @@ -3,6 +3,6 @@ PV = "2.31+git${SRCPV}" SRCREV_glibc ?= "4f0a61f75385c9a5879cbe7202042e88f692a3c8" SRCREV_localedef ?= "cd9f958c4c94a638fa7b2b4e21627364f1a1a655" -GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;branch=master" +GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git" UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+\.\d+(\.(?!90)\d+)*)" -- 2.40.1