From: Alexander Kanavin Date: Sun, 31 May 2020 15:52:35 +0000 (+0200) Subject: ptest-runner: fix upstream version check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~10926 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd180d21ec907726b2fcd7709b93cb8e464390d5;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 09fabdeebc5..0a3186dac4a 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"