From 63af0edcd954fac530ba17b04e5df5837cddc0a4 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 8 Jan 2019 16:25:28 +0100 Subject: selftest/distrodata: un-break the upstream version check test And fix the reported upstream check failures. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-support/libpsl/libpsl_0.20.2.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-support/libpsl') 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 SRC_URI[md5sum] = "f604f7d30d64bc673870ecf84b860a1e" SRC_URI[sha256sum] = "f8fd0aeb66252dfcc638f14d9be1e2362fdaf2ca86bde0444ff4d5cc961b560f" +UPSTREAM_CHECK_URI = "https://github.com/rockdaboot/libpsl/releases" + DEPENDS = "libidn2" inherit autotools gettext gtk-doc manpages pkgconfig lib_package -- cgit 1.2.3-korg