From: Alexander Kanavin Date: Mon, 12 Feb 2018 11:05:13 +0000 (+0200) Subject: devtool: fix upstream version check for devtool-test-local recipe X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~18733 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3ce46246fbb40153f6aa7c07898eb449ef3b0f0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git devtool: fix upstream version check for devtool-test-local recipe Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- diff --git a/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb b/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb index 6bfc557060a..b377cb76051 100644 --- a/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb +++ b/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb @@ -9,6 +9,7 @@ SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/syslinux-${PV}.tar.x SRC_URI[md5sum] = "92a253df9211e9c20172796ecf388f13" SRC_URI[sha256sum] = "26d3986d2bea109d5dc0e4f8c4822a459276cf021125e8c9f23c3cca5d8c850e" +UPSTREAM_VERSION_UNKNOWN = "1" S = "${WORKDIR}/syslinux-${PV}"