diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-03-05 13:15:06 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-03-05 07:11:50 -0800 |
commit | b7eaa85ee38dcd659d47814f21b67cdff96828fc (patch) | |
tree | 169d356ff18a630d759342b59388307f6bf22691 /meta-oe/recipes-support/uim | |
parent | 07196b6a8cd774538cf9b82fc9fd2c7204a36e64 (diff) | |
download | meta-openembedded-b7eaa85ee38dcd659d47814f21b67cdff96828fc.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-support/uim')
-rw-r--r-- | meta-oe/recipes-support/uim/uim_1.8.8.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/uim/uim_1.8.8.bb b/meta-oe/recipes-support/uim/uim_1.8.8.bb index c1136cd99..0366ad85a 100644 --- a/meta-oe/recipes-support/uim/uim_1.8.8.bb +++ b/meta-oe/recipes-support/uim/uim_1.8.8.bb | |||
@@ -13,6 +13,8 @@ SRC_URI_append_class-target = "\ | |||
13 | SRC_URI[md5sum] = "01c7bd5d0d4f3a9f6f5befe6f57a470b" | 13 | SRC_URI[md5sum] = "01c7bd5d0d4f3a9f6f5befe6f57a470b" |
14 | SRC_URI[sha256sum] = "34599bbcc4e5ab87832370763e38be5100984a64237555e9234a1ea225a0fadc" | 14 | SRC_URI[sha256sum] = "34599bbcc4e5ab87832370763e38be5100984a64237555e9234a1ea225a0fadc" |
15 | 15 | ||
16 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" | ||
17 | |||
16 | DEPENDS = "anthy fontconfig libxft libxt glib-2.0 ncurses intltool libedit" | 18 | DEPENDS = "anthy fontconfig libxft libxt glib-2.0 ncurses intltool libedit" |
17 | DEPENDS_append_class-target = " intltool-native gtk+ gtk+3 uim-native takao-fonts" | 19 | DEPENDS_append_class-target = " intltool-native gtk+ gtk+3 uim-native takao-fonts" |
18 | 20 | ||