mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +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:
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-* \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user