From ef38514b538720a2da6695cbe32cbe86fcb58ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thu=E1=BA=ADn=20Nguy=E1=BB=85n-Th=C3=A1i?= Date: Sun, 19 Jul 2026 01:28:36 +0700 Subject: [PATCH] Edit SRC_URI: add ";tag=v${PV}" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thuận Nguyễn-Thái Signed-off-by: Khem Raj --- meta-oe/recipes-support/libsimplelog/libsimplelog_1.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/libsimplelog/libsimplelog_1.1.0.bb b/meta-oe/recipes-support/libsimplelog/libsimplelog_1.1.0.bb index fbfa926166..53c13d726b 100644 --- a/meta-oe/recipes-support/libsimplelog/libsimplelog_1.1.0.bb +++ b/meta-oe/recipes-support/libsimplelog/libsimplelog_1.1.0.bb @@ -5,7 +5,7 @@ HOMEPAGE = "https://github.com/thuanalg/simplelog-topic" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=594fdc3cb85f0b684cf5d7b332a741be" -SRC_URI = "git://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https;" +SRC_URI = "git://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https;tag=v${PV}" SRCREV = "151e83902ca9755bcd285791d2f49de6fc30bfe6"