From bc6acd74ac2ccd726dfe5555a93769739631fd5b Mon Sep 17 00:00:00 2001 From: Alexandre Truong Date: Fri, 19 Jul 2024 15:25:17 +0200 Subject: [PATCH] fftw: 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/fftw/fftw_3.3.10.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/fftw/fftw_3.3.10.bb b/meta-oe/recipes-support/fftw/fftw_3.3.10.bb index af7117da7b..52122b9c0c 100644 --- a/meta-oe/recipes-support/fftw/fftw_3.3.10.bb +++ b/meta-oe/recipes-support/fftw/fftw_3.3.10.bb @@ -11,6 +11,8 @@ SRC_URI = " \ " SRC_URI[sha256sum] = "56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467" +UPSTREAM_CHECK_URI = "http://www.fftw.org/download.html" + inherit autotools pkgconfig ptest # we had multiple recipes in the past