mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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>
(cherry picked from commit f1d6a48684)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
054ccde7d5
commit
2bf084929e
|
|
@ -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