summaryrefslogtreecommitdiffstats
path: root/meta-selftest
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-01-08 16:25:28 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-11 10:39:08 +0000
commiteca87bf2b427e98179d09d131306b9ca4047bd4f (patch)
tree0f35e54edfb8e775197636d17df230b03565b3a8 /meta-selftest
parent69a4542fc4a3ea83b86940a791bb6c82fb35ce7a (diff)
downloadpoky-eca87bf2b427e98179d09d131306b9ca4047bd4f.tar.gz
selftest/distrodata: un-break the upstream version check test
And fix the reported upstream check failures. (From OE-Core rev: 63af0edcd954fac530ba17b04e5df5837cddc0a4) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest')
-rw-r--r--meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb1
1 files changed, 0 insertions, 1 deletions
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 b377cb7605..6bfc557060 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,7 +9,6 @@ SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/syslinux-${PV}.tar.x
9 9
10SRC_URI[md5sum] = "92a253df9211e9c20172796ecf388f13" 10SRC_URI[md5sum] = "92a253df9211e9c20172796ecf388f13"
11SRC_URI[sha256sum] = "26d3986d2bea109d5dc0e4f8c4822a459276cf021125e8c9f23c3cca5d8c850e" 11SRC_URI[sha256sum] = "26d3986d2bea109d5dc0e4f8c4822a459276cf021125e8c9f23c3cca5d8c850e"
12UPSTREAM_VERSION_UNKNOWN = "1"
13 12
14S = "${WORKDIR}/syslinux-${PV}" 13S = "${WORKDIR}/syslinux-${PV}"
15 14