diff mbox series

[whinlatter,v2,50/51] ptest-runner: Use git tag in SRC_URI

Message ID 723ef34c5869cdaec1ce51baa89979e7a43439ee.1776377993.git.yoann.congal@smile.fr
State RFC, archived
Delegated to: Yoann Congal
Headers show
Series [whinlatter,v2,01/51] binutils: mark CVE-2025-69650 and CVE-2025-69651 as disputed | expand

Commit Message

Yoann Congal April 16, 2026, 10:30 p.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

Also, remove an extra line split.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1f87b57c8223e01e909a6e71e39aa152a80d8287)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 meta/recipes-support/ptest-runner/ptest-runner_2.5.0.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.5.0.bb b/meta/recipes-support/ptest-runner/ptest-runner_2.5.0.bb
index d9ec0baf799..607fe4b5ff2 100644
--- a/meta/recipes-support/ptest-runner/ptest-runner_2.5.0.bb
+++ b/meta/recipes-support/ptest-runner/ptest-runner_2.5.0.bb
@@ -9,8 +9,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
 
 SRCREV = "7429fdd52abb5b08a9e8acef14b1bc4604f09c8f"
 
-SRC_URI = "git://git.yoctoproject.org/ptest-runner2;branch=master;protocol=https \
-"
+SRC_URI = "git://git.yoctoproject.org/ptest-runner2;branch=master;protocol=https;tag=v${PV}"
 
 FILES:${PN} = "${bindir}/ptest-runner ${bindir}/ptest-runner-collect-system-data"