diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2018-03-01 10:35:17 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-16 19:15:49 -0700 |
commit | 4cbe85add7eb086277125a7ad43cbdde5e4ac658 (patch) | |
tree | 49732f495a9817a078cf474e216497a9e1a2eae3 /meta-oe | |
parent | 96093b267ab98942c1c763ecce5391c445871528 (diff) | |
download | meta-openembedded-contrib-4cbe85add7eb086277125a7ad43cbdde5e4ac658.tar.gz |
uim: add glibc-utils glibc-gconv-euc-jp only for libc-glibc
* musl doesn't provide these
* I'm not using uim, but this is breaking signatures test in world builds
for many months and nobody seems to care
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/uim/uim_1.8.6.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 ec1b832d8b4..af28895eef7 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,8 @@ DEPENDS = "anthy fontconfig libxft libxt glib-2.0 ncurses intltool" DEPENDS_append_class-target = " intltool-native gtk+ gtk+3 uim-native takao-fonts" RDEPENDS_uim = "libuim0 libedit" -RDEPENDS_uim-anthy = "takao-fonts anthy libanthy0 glibc-utils glibc-gconv-euc-jp" +RDEPENDS_uim-anthy = "takao-fonts anthy libanthy0" +RDEPENDS_uim-anthy_append_libc-glibc = " glibc-utils glibc-gconv-euc-jp" LEAD_SONAME = "libuim.so.1" |