diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-24 15:10:53 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:47:29 +0100 |
commit | db304d23d598ef6fb04d32a0d5c42485fc7b1872 (patch) | |
tree | 35f02464d5df4aaaeb2001cc4a906cd274075ae2 /meta-oe/recipes-support/uim | |
parent | 2026a06ae4ad215219ff2a41110ce0e4da84b00f (diff) | |
download | meta-openembedded-db304d23d598ef6fb04d32a0d5c42485fc7b1872.tar.gz |
uim: fix packaging issues
* I'm not sure if these belong to uim-xim or rather uim-gtk2.0/uim-gtk3
but original author obviously doesn't care so I'll follow the
uim-candwin-gtk example and put them all in uim-xim
* fixes:
uim-1.8.6: uim: Files/directories were installed but not shipped in any package:
/usr/libexec/uim-candwin-horizontal-gtk
/usr/libexec/uim-candwin-gtk3
/usr/libexec/uim-candwin-tbl-gtk3
/usr/libexec/uim-candwin-tbl-gtk
/usr/libexec/uim-candwin-horizontal-gtk3
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
uim: 5 installed and not shipped files. [installed-vs-shipped]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/uim')
-rw-r--r-- | meta-oe/recipes-support/uim/uim_1.8.6.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/uim/uim_1.8.6.bb b/meta-oe/recipes-support/uim/uim_1.8.6.bb index 5c502cf6c..42788e4bb 100644 --- a/meta-oe/recipes-support/uim/uim_1.8.6.bb +++ b/meta-oe/recipes-support/uim/uim_1.8.6.bb | |||
@@ -74,7 +74,8 @@ FILES_uim-utils = "${bindir}/uim-sh \ | |||
74 | ${libexecdir}/uim-helper-server" | 74 | ${libexecdir}/uim-helper-server" |
75 | 75 | ||
76 | FILES_uim-xim = "${bindir}/uim-xim \ | 76 | FILES_uim-xim = "${bindir}/uim-xim \ |
77 | ${libexecdir}/uim-candwin-gtk \ | 77 | ${libexecdir}/uim-candwin-*gtk \ |
78 | ${libexecdir}/uim-candwin-*gtk3 \ | ||
78 | ${datadir}/man/man1/uim-xim.1 \ | 79 | ${datadir}/man/man1/uim-xim.1 \ |
79 | ${sysconfdir}/X11/xinit/xinput.d/uim*" | 80 | ${sysconfdir}/X11/xinit/xinput.d/uim*" |
80 | 81 | ||