summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorViswanath Kraleti <viswanath.kraleti@oss.qualcomm.com>2025-12-09 16:23:14 +0530
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2025-12-17 14:05:06 +0530
commitce1a2719f2d41abb4f99284b616b4274d20be4ee (patch)
tree2143a4fe07785b90780541b8d863869086ad2748 /meta-oe
parent16316689b0d1664db013bfc814673e579d643152 (diff)
downloadmeta-openembedded-ce1a2719f2d41abb4f99284b616b4274d20be4ee.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: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-oe')
-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 925aa6d6e6..6ac02d5b10 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 \
7 file://0001-allow-build-with-cmake-4.patch" 7 file://0001-allow-build-with-cmake-4.patch"
8SRCREV = "e171aa2d15ed9eb17054558e0b3a6a413bb01067" 8SRCREV = "e171aa2d15ed9eb17054558e0b3a6a413bb01067"
9 9