mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 07:39:49 +02:00
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.
(From OE-Core rev: 4c9cfe326913d28f82e6a91d1eeae55a6651f0f7)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
045bc7682c
commit
0140ac5b68
@@ -3,6 +3,6 @@ PV = "2.34"
|
||||
SRCREV_glibc ?= "ae37d06c7d127817ba43850f0f898b793d42aea7"
|
||||
SRCREV_localedef ?= "95c0221703ad970a52445e9eaf91c4aff35eebef"
|
||||
|
||||
GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;branch=master"
|
||||
GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.(?!90)\d+)*)"
|
||||
|
||||
Reference in New Issue
Block a user