diff mbox series

[2/2] ptest-runner: Use git tag in SRC_URI

Message ID 20260306084043.375192-3-yoann.congal@smile.fr
State New
Headers show
Series [1/2] ptest-runner: Upgrade 2.4.5.1 -> 2.5.0 | expand

Commit Message

Yoann Congal March 6, 2026, 8:40 a.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

Also, remove an extra line split.

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"