diff options
| author | Faiz HAMMOUCHE <faiz.hammouche@smile.fr> | 2024-07-23 15:17:07 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:51 -0700 |
| commit | 1a54bbf3eb7ede81ddfdc594af57512e3a49f446 (patch) | |
| tree | 9f006c7c174f289c0b7bc0933c34862b517d7a28 | |
| parent | 13a4bc2f428d4ccc6b0ce4b291be8526b316cd2b (diff) | |
| download | meta-openembedded-1a54bbf3eb7ede81ddfdc594af57512e3a49f446.tar.gz | |
uim: 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: Faiz HAMMOUCHE <faiz.hammouche@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
| -rw-r--r-- | meta-oe/recipes-support/uim/uim_1.8.9.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/uim/uim_1.8.9.bb b/meta-oe/recipes-support/uim/uim_1.8.9.bb index f78c82f18a..9d2068c6d6 100644 --- a/meta-oe/recipes-support/uim/uim_1.8.9.bb +++ b/meta-oe/recipes-support/uim/uim_1.8.9.bb | |||
| @@ -11,6 +11,7 @@ SRC_URI:append:class-target = "\ | |||
| 11 | SRC_URI[sha256sum] = "dbbd983768bf748449551644f330dbebe859bfeb6f024fea6697ac75131c7aa4" | 11 | SRC_URI[sha256sum] = "dbbd983768bf748449551644f330dbebe859bfeb6f024fea6697ac75131c7aa4" |
| 12 | 12 | ||
| 13 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" | 13 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" |
| 14 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | ||
| 14 | 15 | ||
| 15 | DEPENDS = "anthy fontconfig libxft libxt glib-2.0 ncurses intltool libedit" | 16 | DEPENDS = "anthy fontconfig libxft libxt glib-2.0 ncurses intltool libedit" |
| 16 | DEPENDS:append:class-target = " intltool-native gtk+ gtk+3 uim-native" | 17 | DEPENDS:append:class-target = " intltool-native gtk+ gtk+3 uim-native" |
