diff options
| author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-22 14:26:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:44 -0700 |
| commit | b3547995fdb2648de52dc733a04d8d15875222db (patch) | |
| tree | e85b516531d7f22c267e44126ba8458094df1028 | |
| parent | 42e6218c14f27a979fe7e9ee0b629d75768eec93 (diff) | |
| download | meta-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.bb | 3 |
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" |
| 12 | SRC_URI[sha256sum] = "f9686237c4e24414802415f4c8627c7343da365c5a3bcdef7a853fa3cd27b45d" | 12 | SRC_URI[sha256sum] = "f9686237c4e24414802415f4c8627c7343da365c5a3bcdef7a853fa3cd27b45d" |
| 13 | 13 | ||
| 14 | UPSTREAM_CHECK_URI = "https://github.com/msktutil/msktutil/releases/" | ||
| 15 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | ||
| 16 | |||
| 14 | DEPENDS += "krb5 cyrus-sasl openldap" | 17 | DEPENDS += "krb5 cyrus-sasl openldap" |
| 15 | 18 | ||
| 16 | inherit autotools | 19 | inherit autotools |
