summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Truong <alexandre.truong@smile.fr>2024-07-22 14:26:53 +0200
committerKhem Raj <raj.khem@gmail.com>2024-07-24 08:56:44 -0700
commitb3547995fdb2648de52dc733a04d8d15875222db (patch)
treee85b516531d7f22c267e44126ba8458094df1028
parent42e6218c14f27a979fe7e9ee0b629d75768eec93 (diff)
downloadmeta-openembedded-b3547995fdb2648de52dc733a04d8d15875222db.tar.gz
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 <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
-rw-r--r--meta-oe/recipes-support/msktutil/msktutil_1.2.1.bb3
1 files changed, 3 insertions, 0 deletions
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
11 file://0001-configure.ac-Remove-native-include-path.patch" 11 file://0001-configure.ac-Remove-native-include-path.patch"
12SRC_URI[sha256sum] = "f9686237c4e24414802415f4c8627c7343da365c5a3bcdef7a853fa3cd27b45d" 12SRC_URI[sha256sum] = "f9686237c4e24414802415f4c8627c7343da365c5a3bcdef7a853fa3cd27b45d"
13 13
14UPSTREAM_CHECK_URI = "https://github.com/msktutil/msktutil/releases/"
15UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
16
14DEPENDS += "krb5 cyrus-sasl openldap" 17DEPENDS += "krb5 cyrus-sasl openldap"
15 18
16inherit autotools 19inherit autotools