From b7eaa85ee38dcd659d47814f21b67cdff96828fc Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Thu, 5 Mar 2020 13:15:06 +0000 Subject: [PATCH] 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 --- meta-oe/recipes-support/uim/uim_1.8.8.bb | 2 ++ 1 file changed, 2 insertions(+) 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 c1136cd998..0366ad85ae 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 = "\ 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"