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/recipes-extended | |
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/recipes-extended')
-rw-r--r-- | meta/recipes-extended/libtirpc/libtirpc_1.0.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.0.3.bb b/meta/recipes-extended/libtirpc/libtirpc_1.0.3.bb index 17bc038d67..f978c8c8ab 100644 --- a/meta/recipes-extended/libtirpc/libtirpc_1.0.3.bb +++ b/meta/recipes-extended/libtirpc/libtirpc_1.0.3.bb | |||
@@ -13,7 +13,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.bz2 \ | |||
13 | file://libtirpc-1.0.4-rc1.patch \ | 13 | file://libtirpc-1.0.4-rc1.patch \ |
14 | file://musl.patch \ | 14 | file://musl.patch \ |
15 | " | 15 | " |
16 | 16 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/libtirpc/files/libtirpc/" | |
17 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" | ||
17 | SRC_URI[md5sum] = "f8403a10695348854e71d525c4db5931" | 18 | SRC_URI[md5sum] = "f8403a10695348854e71d525c4db5931" |
18 | SRC_URI[sha256sum] = "86c3a78fc1bddefa96111dd233124c703b22a78884203c55c3e06b3be6a0fd5e" | 19 | SRC_URI[sha256sum] = "86c3a78fc1bddefa96111dd233124c703b22a78884203c55c3e06b3be6a0fd5e" |
19 | 20 | ||