diff options
| author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-19 16:14:00 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:35 -0700 |
| commit | 2f8e2c8a456b1517f1bd5384ea4253fae58f1ca7 (patch) | |
| tree | b9876edbf54c9c203f35cb7cded677169c14161c | |
| parent | 01a695e48ef3d8c61e66a7d61c18e62326d8d9f6 (diff) | |
| download | meta-openembedded-2f8e2c8a456b1517f1bd5384ea4253fae58f1ca7.tar.gz | |
irssi: include UPSTREAM_CHECK_REGEX to fix UNKNOWN_BROKEN status
Adding 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-connectivity/irssi/irssi_1.4.5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/irssi/irssi_1.4.5.bb b/meta-oe/recipes-connectivity/irssi/irssi_1.4.5.bb index 5b5af30607..95dba3a409 100644 --- a/meta-oe/recipes-connectivity/irssi/irssi_1.4.5.bb +++ b/meta-oe/recipes-connectivity/irssi/irssi_1.4.5.bb | |||
| @@ -9,6 +9,7 @@ SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz | |||
| 9 | SRC_URI[sha256sum] = "72a951cb0ad622785a8962801f005a3a412736c7e7e3ce152f176287c52fe062" | 9 | SRC_URI[sha256sum] = "72a951cb0ad622785a8962801f005a3a412736c7e7e3ce152f176287c52fe062" |
| 10 | 10 | ||
| 11 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" | 11 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" |
| 12 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | ||
| 12 | 13 | ||
| 13 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
| 14 | 15 | ||
