uim: use _remove operator to drop silent rules

When MACHINE=qemux86-64 and enable multilib, lib32-uim fails to build
because CONFIGUREOPTS isn't expanded correctly.

See similar issue:
http://lists.openembedded.org/pipermail/openembedded-core/2013-November/086510.html

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Yi Zhao
2015-08-12 15:45:36 +08:00
committed by Martin Jansa
parent 488013219a
commit 67d903e519
+1 -1
View File
@@ -31,7 +31,7 @@ EXTRA_OECONF += "--disable-emacs \
--without-mana \
--without-eb"
CONFIGUREOPTS_class-target := "${@d.getVar('CONFIGUREOPTS', True).replace('--disable-silent-rules', ' ')}"
CONFIGUREOPTS_remove_class-target = "--disable-silent-rules"
PACKAGES += "uim-xim uim-utils uim-skk uim-gtk2.0 uim-fep uim-common uim-anthy libuim0 libuim-dev"