diff options
| author | Yoann Congal <yoann.congal@smile.fr> | 2024-07-19 17:58:58 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:50 -0700 |
| commit | bb6cc8571fb20c950880758436a35ae5ae412f87 (patch) | |
| tree | 59a21997a18b8800f3936f5b09cb54b3fb55b627 | |
| parent | ba4e9b87be8e06413326863d96d87c0aeec300ea (diff) | |
| download | meta-openembedded-bb6cc8571fb20c950880758436a35ae5ae412f87.tar.gz | |
tmux: update UPSTREAM_CHECK_* variables to fix devtool upgrades
Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool
check-upgrade-status.
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
| -rw-r--r-- | meta-oe/recipes-extended/tmux/tmux_3.3a.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/tmux/tmux_3.3a.bb b/meta-oe/recipes-extended/tmux/tmux_3.3a.bb index 5187222838..099a9ab581 100644 --- a/meta-oe/recipes-extended/tmux/tmux_3.3a.bb +++ b/meta-oe/recipes-extended/tmux/tmux_3.3a.bb | |||
| @@ -12,6 +12,7 @@ SRC_URI[md5sum] = "8eee5883b9f6550fa4efaad0c9ec38f3" | |||
| 12 | SRC_URI[sha256sum] = "e4fd347843bd0772c4f48d6dde625b0b109b7a380ff15db21e97c11a4dcdf93f" | 12 | SRC_URI[sha256sum] = "e4fd347843bd0772c4f48d6dde625b0b109b7a380ff15db21e97c11a4dcdf93f" |
| 13 | 13 | ||
| 14 | UPSTREAM_CHECK_URI = "https://github.com/tmux/tmux/releases" | 14 | UPSTREAM_CHECK_URI = "https://github.com/tmux/tmux/releases" |
| 15 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | ||
| 15 | 16 | ||
| 16 | inherit autotools pkgconfig | 17 | inherit autotools pkgconfig |
| 17 | 18 | ||
