mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-23 17:20:28 +00:00
uim: fix upstream version check
Fixes: INFO: Skip package uim (status = UNKNOWN_BROKEN, current version = 1.8.8, next version = N/A) After this commit: INFO: Skip package uim (status = MATCH, current version = 1.8.8, next version = 1.8.8) Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
This commit is contained in:
committed by
Khem Raj
parent
07196b6a8c
commit
b7eaa85ee3
@@ -13,6 +13,8 @@ SRC_URI_append_class-target = "\
|
||||
SRC_URI[md5sum] = "01c7bd5d0d4f3a9f6f5befe6f57a470b"
|
||||
SRC_URI[sha256sum] = "34599bbcc4e5ab87832370763e38be5100984a64237555e9234a1ea225a0fadc"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
|
||||
|
||||
DEPENDS = "anthy fontconfig libxft libxt glib-2.0 ncurses intltool libedit"
|
||||
DEPENDS_append_class-target = " intltool-native gtk+ gtk+3 uim-native takao-fonts"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user