summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-04-02 22:46:24 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-05 15:29:02 +0100
commitc4f54b4638abd8d293b6f6f9dc7e24a35fc83eac (patch)
tree1ac0e93222baae254bd743d352c171fcc1ebd75f
parentda98b5281ecfc0642ed1ba464dbef4fac9e514d9 (diff)
downloadpoky-c4f54b4638abd8d293b6f6f9dc7e24a35fc83eac.tar.gz
ptest-runner: correct version check
(From OE-Core rev: 0942515b32d79fd1043adaa27942203680b31cfa) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/ptest-runner/ptest-runner_2.4.1.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.4.1.bb b/meta/recipes-support/ptest-runner/ptest-runner_2.4.1.bb
index ba0eb03799..57a3ae005b 100644
--- a/meta/recipes-support/ptest-runner/ptest-runner_2.4.1.bb
+++ b/meta/recipes-support/ptest-runner/ptest-runner_2.4.1.bb
@@ -12,7 +12,6 @@ PV .= "+git${SRCPV}"
12 12
13SRC_URI = "git://git.yoctoproject.org/ptest-runner2 \ 13SRC_URI = "git://git.yoctoproject.org/ptest-runner2 \
14" 14"
15UPSTREAM_VERSION_UNKNOWN = "1"
16 15
17S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
18 17