diff options
| -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 |
