From 5bb296c0fe8529ef9274f1e18d27a7e5c34ab487 Mon Sep 17 00:00:00 2001 From: Alexandre Truong Date: Fri, 19 Jul 2024 15:29:59 +0200 Subject: [PATCH] fltk: 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/fltk/fltk.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/fltk/fltk.bb b/meta-oe/recipes-support/fltk/fltk.bb index 82007c4cf4..4278a2fa3d 100644 --- a/meta-oe/recipes-support/fltk/fltk.bb +++ b/meta-oe/recipes-support/fltk/fltk.bb @@ -7,6 +7,8 @@ REQUIRED_DISTRO_FEATURES = "x11" SRC_URI += "file://0003-fluid-CMakeLists.txt-Do-not-export-fluid-target.patch" +UPSTREAM_CHECK_URI = "https://www.fltk.org/software.php" + EXTRA_OECMAKE = " \ -DOPTION_BUILD_SHARED_LIBS=ON \ -DOPTION_USE_THREADS=ON \