diff options
author | Alexander Kanavin <alex@linutronix.de> | 2024-10-29 13:01:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-29 12:07:03 +0000 |
commit | aca4d584dc586a941e8726fc45438e60eaf55d78 (patch) | |
tree | 316d523d27ca12ebfb2e7da31b3cf3afcbd154a7 /meta/recipes-support | |
parent | 19264f7cd6efcee48a6f136d832766d7f2863095 (diff) | |
download | poky-aca4d584dc586a941e8726fc45438e60eaf55d78.tar.gz |
ptest-runner: correct PV from 2.5.1 to 2.4.5.1
2.4.5.1 is an actual version, 2.5.1 was a typo mistake.
That merged less than an hour ago, so no one should
trip over version going backwards hopefully.
(From OE-Core rev: d5e0f51bccae7410b10c98a93fa5853155c2f59e)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/ptest-runner/ptest-runner_2.4.5.1.bb (renamed from meta/recipes-support/ptest-runner/ptest-runner_2.5.1.bb) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.5.1.bb b/meta/recipes-support/ptest-runner/ptest-runner_2.4.5.1.bb index e07f5d444b..9f6bb399b4 100644 --- a/meta/recipes-support/ptest-runner/ptest-runner_2.5.1.bb +++ b/meta/recipes-support/ptest-runner/ptest-runner_2.4.5.1.bb | |||
@@ -8,7 +8,6 @@ LICENSE = "GPL-2.0-or-later" | |||
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" |
9 | 9 | ||
10 | SRCREV = "c99e8c2737ff802f110612cc2d90c60233c33255" | 10 | SRCREV = "c99e8c2737ff802f110612cc2d90c60233c33255" |
11 | PV .= "+git" | ||
12 | 11 | ||
13 | SRC_URI = "git://git.yoctoproject.org/ptest-runner2;branch=master;protocol=https \ | 12 | SRC_URI = "git://git.yoctoproject.org/ptest-runner2;branch=master;protocol=https \ |
14 | " | 13 | " |