diff options
| author | Viswanath Kraleti <viswanath.kraleti@oss.qualcomm.com> | 2025-12-09 16:23:14 +0530 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-12 19:22:39 +0100 |
| commit | cac725f7d272a45a0b40263e3f942353dda696b1 (patch) | |
| tree | 73063d24b5c15d5aafd0ec631f53051ec94d4f04 | |
| parent | 46a6fbcdcb710e09d640f91609738e79b5a617eb (diff) | |
| download | meta-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.bb | 2 |
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" | |||
| 3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=c80d1a3b623f72bb85a4c75b556551df" | 4 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=c80d1a3b623f72bb85a4c75b556551df" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/gflags/gflags.git;branch=master;protocol=https" | 6 | SRC_URI = "git://github.com/gflags/gflags.git;branch=main;protocol=https" |
| 7 | SRCREV = "e171aa2d15ed9eb17054558e0b3a6a413bb01067" | 7 | SRCREV = "e171aa2d15ed9eb17054558e0b3a6a413bb01067" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
