diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-01-08 16:25:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-11 10:39:08 +0000 |
commit | eca87bf2b427e98179d09d131306b9ca4047bd4f (patch) | |
tree | 0f35e54edfb8e775197636d17df230b03565b3a8 /meta-selftest/recipes-test | |
parent | 69a4542fc4a3ea83b86940a791bb6c82fb35ce7a (diff) | |
download | poky-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/recipes-test')
-rw-r--r-- | meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb | 1 |
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 | ||
10 | SRC_URI[md5sum] = "92a253df9211e9c20172796ecf388f13" | 10 | SRC_URI[md5sum] = "92a253df9211e9c20172796ecf388f13" |
11 | SRC_URI[sha256sum] = "26d3986d2bea109d5dc0e4f8c4822a459276cf021125e8c9f23c3cca5d8c850e" | 11 | SRC_URI[sha256sum] = "26d3986d2bea109d5dc0e4f8c4822a459276cf021125e8c9f23c3cca5d8c850e" |
12 | UPSTREAM_VERSION_UNKNOWN = "1" | ||
13 | 12 | ||
14 | S = "${WORKDIR}/syslinux-${PV}" | 13 | S = "${WORKDIR}/syslinux-${PV}" |
15 | 14 | ||