diff options
-rw-r--r-- | meta-oe/recipes-support/uim/uim_1.3.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/uim/uim_1.3.1.bb b/meta-oe/recipes-support/uim/uim_1.3.1.bb index 01657dfed0..2232405bf1 100644 --- a/meta-oe/recipes-support/uim/uim_1.3.1.bb +++ b/meta-oe/recipes-support/uim/uim_1.3.1.bb | |||
@@ -31,7 +31,7 @@ EXTRA_OECONF += "--disable-emacs \ | |||
31 | --without-mana \ | 31 | --without-mana \ |
32 | --without-eb" | 32 | --without-eb" |
33 | 33 | ||
34 | CONFIGUREOPTS_class-target := "${@d.getVar('CONFIGUREOPTS', True).replace('--disable-silent-rules', ' ')}" | 34 | CONFIGUREOPTS_remove_class-target = "--disable-silent-rules" |
35 | 35 | ||
36 | PACKAGES += "uim-xim uim-utils uim-skk uim-gtk2.0 uim-fep uim-common uim-anthy libuim0 libuim-dev" | 36 | PACKAGES += "uim-xim uim-utils uim-skk uim-gtk2.0 uim-fep uim-common uim-anthy libuim0 libuim-dev" |
37 | 37 | ||