]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Jun 2020 14:25:54 +0000 (15:25 +0100)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/ptest-runner/ptest-runner_2.4.0.bb

index 09fabdeebc558b4b49b383ec361a10ff3f09c83e..0a3186dac4a035c1a392fe48bdc73bdb8d9c2b5d 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"