summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiu Yiding <liuyd.fnst@fujitsu.com>2025-12-10 10:00:35 +0800
committerKhem Raj <raj.khem@gmail.com>2025-12-10 08:56:14 -0800
commit108e29ca3beff744b25cf6c829841254a8b53ae6 (patch)
treea48be6087458d740d3f596459b16f8d37bd1dbf5
parent0b5f2ba62c32ab23bda52e54df2d144fc270cf50 (diff)
downloadmeta-openembedded-108e29ca3beff744b25cf6c829841254a8b53ae6.tar.gz
gflags: add tag to SRC_URI
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/gflags/gflags_2.3.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/gflags/gflags_2.3.0.bb b/meta-oe/recipes-support/gflags/gflags_2.3.0.bb
index 0e510bb59a..bb8f144f90 100644
--- a/meta-oe/recipes-support/gflags/gflags_2.3.0.bb
+++ b/meta-oe/recipes-support/gflags/gflags_2.3.0.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=main;protocol=https" 6SRC_URI = "git://github.com/gflags/gflags.git;branch=main;protocol=https;tag=v${PV}"
7SRCREV = "33bb3461e10864b5406353d3a1fb7ff34c2314b8" 7SRCREV = "33bb3461e10864b5406353d3a1fb7ff34c2314b8"
8 8
9inherit cmake 9inherit cmake