diff options
| -rw-r--r-- | meta-oe/recipes-support/onig/onig_6.9.9.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/onig/onig_6.9.9.bb b/meta-oe/recipes-support/onig/onig_6.9.9.bb index b29437db1e..414d9bfc16 100644 --- a/meta-oe/recipes-support/onig/onig_6.9.9.bb +++ b/meta-oe/recipes-support/onig/onig_6.9.9.bb | |||
| @@ -16,6 +16,9 @@ SRC_URI = "\ | |||
| 16 | 16 | ||
| 17 | SRC_URI[sha256sum] = "60162bd3b9fc6f4886d4c7a07925ffd374167732f55dce8c491bfd9cd818a6cf" | 17 | SRC_URI[sha256sum] = "60162bd3b9fc6f4886d4c7a07925ffd374167732f55dce8c491bfd9cd818a6cf" |
| 18 | 18 | ||
| 19 | UPSTREAM_CHECK_URI = "https://github.com/kkos/oniguruma/releases/" | ||
| 20 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | ||
| 21 | |||
| 19 | BINCONFIG = "${bindir}/onig-config" | 22 | BINCONFIG = "${bindir}/onig-config" |
| 20 | 23 | ||
| 21 | inherit autotools binconfig-disabled ptest | 24 | inherit autotools binconfig-disabled ptest |
