summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorViswanath Kraleti <viswanath.kraleti@oss.qualcomm.com>2025-12-09 16:23:14 +0530
committerGyorgy Sarvari <skandigraun@gmail.com>2025-12-12 19:22:39 +0100
commitcac725f7d272a45a0b40263e3f942353dda696b1 (patch)
tree73063d24b5c15d5aafd0ec631f53051ec94d4f04
parent46a6fbcdcb710e09d640f91609738e79b5a617eb (diff)
downloadmeta-openembedded-cac725f7d272a45a0b40263e3f942353dda696b1.tar.gz
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>
-rw-r--r--meta-oe/recipes-support/gflags/gflags_2.2.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/gflags/gflags_2.2.2.bb b/meta-oe/recipes-support/gflags/gflags_2.2.2.bb
index a9a867b575..302e0f9c73 100644
--- a/meta-oe/recipes-support/gflags/gflags_2.2.2.bb
+++ b/meta-oe/recipes-support/gflags/gflags_2.2.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/gflags/gflags"
3LICENSE = "BSD-3-Clause" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://COPYING.txt;md5=c80d1a3b623f72bb85a4c75b556551df" 4LIC_FILES_CHKSUM = "file://COPYING.txt;md5=c80d1a3b623f72bb85a4c75b556551df"
5 5
6SRC_URI = "git://github.com/gflags/gflags.git;branch=master;protocol=https" 6SRC_URI = "git://github.com/gflags/gflags.git;branch=main;protocol=https"
7SRCREV = "e171aa2d15ed9eb17054558e0b3a6a413bb01067" 7SRCREV = "e171aa2d15ed9eb17054558e0b3a6a413bb01067"
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"