From 108e29ca3beff744b25cf6c829841254a8b53ae6 Mon Sep 17 00:00:00 2001 From: Liu Yiding Date: Wed, 10 Dec 2025 10:00:35 +0800 Subject: [PATCH] gflags: add tag to SRC_URI Signed-off-by: Liu Yiding Signed-off-by: Khem Raj --- meta-oe/recipes-support/gflags/gflags_2.3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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