summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-05-31 17:52:35 +0200
committerSteve Sakoman <steve@sakoman.com>2020-11-16 06:17:37 -1000
commit83e9731584de86662c009201873759d1b1b3c317 (patch)
tree242520cf27457bfdf89c3b2178e812be9fe2b298
parentbd7de7dd0992e0d7a6cc322a54cf9e69b052acca (diff)
downloadopenembedded-core-contrib-83e9731584de86662c009201873759d1b1b3c317.tar.gz
ptest-runner: fix upstream version check
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit fd180d21ec907726b2fcd7709b93cb8e464390d5) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-support/ptest-runner/ptest-runner_2.4.0.bb1
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 9e62c486ac..73c08c6add 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}"
SRC_URI = "git://git.yoctoproject.org/ptest-runner2 \
"
+UPSTREAM_VERSION_UNKNOWN = "1"
S = "${WORKDIR}/git"