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-support/libpsl | |
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-support/libpsl')
-rw-r--r-- | meta/recipes-support/libpsl/libpsl_0.20.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/libpsl/libpsl_0.20.2.bb b/meta/recipes-support/libpsl/libpsl_0.20.2.bb index b3b0d78a8e..89a87b67c7 100644 --- a/meta/recipes-support/libpsl/libpsl_0.20.2.bb +++ b/meta/recipes-support/libpsl/libpsl_0.20.2.bb | |||
@@ -8,6 +8,8 @@ SRC_URI = "https://github.com/rockdaboot/${BPN}/releases/download/${BP}/${BP}.ta | |||
8 | SRC_URI[md5sum] = "f604f7d30d64bc673870ecf84b860a1e" | 8 | SRC_URI[md5sum] = "f604f7d30d64bc673870ecf84b860a1e" |
9 | SRC_URI[sha256sum] = "f8fd0aeb66252dfcc638f14d9be1e2362fdaf2ca86bde0444ff4d5cc961b560f" | 9 | SRC_URI[sha256sum] = "f8fd0aeb66252dfcc638f14d9be1e2362fdaf2ca86bde0444ff4d5cc961b560f" |
10 | 10 | ||
11 | UPSTREAM_CHECK_URI = "https://github.com/rockdaboot/libpsl/releases" | ||
12 | |||
11 | DEPENDS = "libidn2" | 13 | DEPENDS = "libidn2" |
12 | 14 | ||
13 | inherit autotools gettext gtk-doc manpages pkgconfig lib_package | 15 | inherit autotools gettext gtk-doc manpages pkgconfig lib_package |