mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 05:17: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> (cherry picked from commit f1d6a486846862bda3874fe8b1b02885a0a8dc23) 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
|
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 \
|
FILES_${PN} = "${bindir}/uim-help \
|
||||||
${libdir}/uim/plugin/libuim-* \
|
${libdir}/uim/plugin/libuim-* \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user