[oe-commits] [meta-openembedded] 02/05: uim: Added glibc-utils and glibc-gconv-euc-jp to RDEPENDS_uim-anthy

git at git.openembedded.org git at git.openembedded.org
Tue Aug 8 18:58:08 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 9dbb462c1ec489ccabbe5602a9c3f7aa6dc587bb
Author: Yusuke Mitsuki <mickey.happygolucky at gmail.com>
AuthorDate: Tue Aug 8 09:59:11 2017 +0900

    uim: Added glibc-utils and glibc-gconv-euc-jp to RDEPENDS_uim-anthy
    
    To uim-anthy is working correctly needs register by uim-module-manager.
    However 'uim-module-manager --register anthy' is failed.
    Because uim-module-manager uses iconv(EUCJP to UTF8) internally.
    iconv needs glibc-utils and EUCJP conversion needs glibc-gconv-euc-jp.
    
    Signed-off-by: Yusuke Mitsuki <mickey.happygolucky at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/uim/uim_1.8.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/uim/uim_1.8.6.bb b/meta-oe/recipes-support/uim/uim_1.8.6.bb
index fff0b70..ed49503 100644
--- a/meta-oe/recipes-support/uim/uim_1.8.6.bb
+++ b/meta-oe/recipes-support/uim/uim_1.8.6.bb
@@ -17,7 +17,7 @@ DEPENDS = "anthy fontconfig libxft libxt glib-2.0 ncurses intltool"
 DEPENDS_class-target += "intltool-native gtk+ gtk+3 uim-native takao-fonts anthy"
 
 RDEPENDS_uim = "libuim0 libedit"
-RDEPENDS_uim-anthy = "takao-fonts anthy libanthy0"
+RDEPENDS_uim-anthy = "takao-fonts anthy libanthy0 glibc-utils glibc-gconv-euc-jp"
 
 LEAD_SONAME = "libuim.so.1"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list