mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
uim: Modified the order of package definition.
The uim-anthy package is created that empty. To avoid this problem by defining a packages with a rough PATH list after the uim-anthy package. Signed-off-by: Yusuke Mitsuki <mickey.happygolucky@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
681965b914
commit
f1d6a48684
@@ -43,7 +43,7 @@ do_install_append() {
|
||||
rm -rf ${D}/${datadir}/applications
|
||||
}
|
||||
|
||||
PACKAGES += "uim-xim uim-utils uim-skk uim-gtk2.0 uim-gtk3 uim-fep uim-common uim-anthy libuim0 libuim-dev"
|
||||
PACKAGES =+ "uim-xim uim-utils uim-skk uim-gtk2.0 uim-gtk3 uim-fep uim-anthy uim-common libuim0 libuim-dev"
|
||||
|
||||
FILES_${PN} = "${bindir}/uim-help \
|
||||
${libdir}/uim/plugin/libuim-* \
|
||||
|
||||
Reference in New Issue
Block a user