From: Alexander Kanavin Date: Sun, 31 May 2020 15:52:35 +0000 (+0200) Subject: ptest-runner: fix upstream version check X-Git-Tag: uninative-2.9~629 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fd180d21ec907726b2fcd7709b93cb8e464390d5;p=openembedded-core.git ptest-runner: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- 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}" SRC_URI = "git://git.yoctoproject.org/ptest-runner2 \ " +UPSTREAM_VERSION_UNKNOWN = "1" S = "${WORKDIR}/git"