mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
gflags: switch Git branch from master to main
Update SRC_URI to use the 'main' branch instead of 'master' since the upstream GitHub repository has renamed its default branch. Signed-off-by: Viswanath Kraleti <viswanath.kraleti@oss.qualcomm.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
committed by
Gyorgy Sarvari
parent
46a6fbcdcb
commit
cac725f7d2
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/gflags/gflags"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=c80d1a3b623f72bb85a4c75b556551df"
|
||||
|
||||
SRC_URI = "git://github.com/gflags/gflags.git;branch=master;protocol=https"
|
||||
SRC_URI = "git://github.com/gflags/gflags.git;branch=main;protocol=https"
|
||||
SRCREV = "e171aa2d15ed9eb17054558e0b3a6a413bb01067"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user