mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user