diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-04-02 22:46:24 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-05 15:29:02 +0100 |
commit | c4f54b4638abd8d293b6f6f9dc7e24a35fc83eac (patch) | |
tree | 1ac0e93222baae254bd743d352c171fcc1ebd75f /meta/recipes-support/ptest-runner | |
parent | da98b5281ecfc0642ed1ba464dbef4fac9e514d9 (diff) | |
download | poky-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>
Diffstat (limited to 'meta/recipes-support/ptest-runner')
-rw-r--r-- | meta/recipes-support/ptest-runner/ptest-runner_2.4.1.bb | 1 |
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 | ||
13 | SRC_URI = "git://git.yoctoproject.org/ptest-runner2 \ | 13 | SRC_URI = "git://git.yoctoproject.org/ptest-runner2 \ |
14 | " | 14 | " |
15 | UPSTREAM_VERSION_UNKNOWN = "1" | ||
16 | 15 | ||
17 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
18 | 17 | ||