From 03dbc169c1b86e06a36e1a435e895164501587bb Mon Sep 17 00:00:00 2001 From: Alexandre Truong Date: Mon, 22 Jul 2024 14:58:25 +0200 Subject: [PATCH] openct: include UPSTREAM_CHECK_URI to fix UNKNOWN_BROKEN status Adding UPSTREAM_CHECK_URI fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong Reviewed-by: Yoann Congal --- meta-oe/recipes-support/openct/openct_0.6.20.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/openct/openct_0.6.20.bb b/meta-oe/recipes-support/openct/openct_0.6.20.bb index 77ca41c4ee..bcff90c86e 100644 --- a/meta-oe/recipes-support/openct/openct_0.6.20.bb +++ b/meta-oe/recipes-support/openct/openct_0.6.20.bb @@ -24,6 +24,8 @@ SRC_URI = " \ SRC_URI[md5sum] = "a1da3358ab798f1cb9232f1dbababc21" SRC_URI[sha256sum] = "6cd3e2933d29eb1f875c838ee58b8071fd61f0ec8ed5922a86c01c805d181a68" +UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/opensc/files/openct/" + LICENSE = "LGPL-2.0-or-later" LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1"