From ce1a2719f2d41abb4f99284b616b4274d20be4ee Mon Sep 17 00:00:00 2001 From: Viswanath Kraleti Date: Tue, 9 Dec 2025 16:23:14 +0530 Subject: [PATCH] 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 Signed-off-by: Anuj Mittal --- meta-oe/recipes-support/gflags/gflags_2.2.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" 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 \ file://0001-allow-build-with-cmake-4.patch" SRCREV = "e171aa2d15ed9eb17054558e0b3a6a413bb01067"