]> code.ossystems Code Review - openembedded-core.git/commitdiff
ptest-runner: fix upstream version check
authorAlexander Kanavin <alex.kanavin@gmail.com>
Sun, 31 May 2020 15:52:35 +0000 (17:52 +0200)
committerSteve Sakoman <steve@sakoman.com>
Mon, 16 Nov 2020 16:17:37 +0000 (06:17 -1000)
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>
meta/recipes-support/ptest-runner/ptest-runner_2.4.0.bb

index 9e62c486acf90e11250a95a7672a01e0abdbfad9..73c08c6add9f8b496b877991ab55a9efa36cc952 100644 (file)
@@ -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"