From b3547995fdb2648de52dc733a04d8d15875222db Mon Sep 17 00:00:00 2001 From: Alexandre Truong Date: Mon, 22 Jul 2024 14:26:53 +0200 Subject: [PATCH] msktutil: 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/msktutil/msktutil_1.2.1.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/msktutil/msktutil_1.2.1.bb b/meta-oe/recipes-support/msktutil/msktutil_1.2.1.bb index b4f4651e37..4c68e7adf4 100644 --- a/meta-oe/recipes-support/msktutil/msktutil_1.2.1.bb +++ b/meta-oe/recipes-support/msktutil/msktutil_1.2.1.bb @@ -11,6 +11,9 @@ SRC_URI = "https://github.com/msktutil/msktutil/releases/download/${PV}/${BP}.ta file://0001-configure.ac-Remove-native-include-path.patch" SRC_URI[sha256sum] = "f9686237c4e24414802415f4c8627c7343da365c5a3bcdef7a853fa3cd27b45d" +UPSTREAM_CHECK_URI = "https://github.com/msktutil/msktutil/releases/" +UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" + DEPENDS += "krb5 cyrus-sasl openldap" inherit autotools