From 2884a1f1bc8ba2af5831cc26b34f378134ec43c0 Mon Sep 17 00:00:00 2001 From: Alexandre Truong Date: Mon, 22 Jul 2024 15:54:34 +0200 Subject: [PATCH] xrdp: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN status Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX 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/xrdp/xrdp_0.9.19.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/xrdp/xrdp_0.9.19.bb b/meta-oe/recipes-support/xrdp/xrdp_0.9.19.bb index c1b75e6138..7c85697d4f 100644 --- a/meta-oe/recipes-support/xrdp/xrdp_0.9.19.bb +++ b/meta-oe/recipes-support/xrdp/xrdp_0.9.19.bb @@ -20,6 +20,9 @@ SRC_URI = "https://github.com/neutrinolabs/${BPN}/releases/download/v${PV}/${BPN SRC_URI[sha256sum] = "94017d30e475c6d7a24f651e16791551862ae46f82d8de62385e63393f5f93d0" +UPSTREAM_CHECK_URI = "https://github.com/neutrinolabs/xrdp/releases" +UPSTREAM_CHECK_REGEX = "releases/tag/v(?P\d+(\.\d+)+)" + CFLAGS += " -Wno-deprecated-declarations" PACKAGECONFIG ??= ""