diff mbox series

[meta-oe] gflags: add tag to SRC_URI

Message ID 20251210020035.23202-1-liuyd.fnst@fujitsu.com
State Under Review
Headers show
Series [meta-oe] gflags: add tag to SRC_URI | expand

Commit Message

Liu Yiding Dec. 10, 2025, 2 a.m. UTC
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
---
 meta-oe/recipes-support/gflags/gflags_2.3.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING.txt;md5=c80d1a3b623f72bb85a4c75b556551df"
 
-SRC_URI = "git://github.com/gflags/gflags.git;branch=main;protocol=https"
+SRC_URI = "git://github.com/gflags/gflags.git;branch=main;protocol=https;tag=v${PV}"
 SRCREV = "33bb3461e10864b5406353d3a1fb7ff34c2314b8"
 
 inherit cmake