diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-05-31 17:52:35 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-04 13:27:31 +0100 |
commit | 5df6dc44370c446c699007659782323814a4d9ce (patch) | |
tree | 17923b464414e1dbe66d2bddd900811e1f27e461 | |
parent | 4c3d44207b3c4013537ef421529f150ff6ee7aab (diff) | |
download | poky-5df6dc44370c446c699007659782323814a4d9ce.tar.gz |
ptest-runner: fix upstream version check
(From OE-Core rev: fd180d21ec907726b2fcd7709b93cb8e464390d5)
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.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.4.0.bb b/meta/recipes-support/ptest-runner/ptest-runner_2.4.0.bb index 09fabdeebc..0a3186dac4 100644 --- a/meta/recipes-support/ptest-runner/ptest-runner_2.4.0.bb +++ b/meta/recipes-support/ptest-runner/ptest-runner_2.4.0.bb | |||
@@ -12,6 +12,7 @@ PV = "2.4.0+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" | ||
15 | 16 | ||
16 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
17 | 18 | ||