[oe-commits] [meta-openembedded] 83/91: uim: fix packaging issues

git at git.openembedded.org git at git.openembedded.org
Thu Feb 25 16:48:25 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit db304d23d598ef6fb04d32a0d5c42485fc7b1872
Author: Martin Jansa <Martin.Jansa at gmail.com>
AuthorDate: Wed Feb 24 15:10:53 2016 +0100

    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 at gmail.com>
---
 meta-oe/recipes-support/uim/uim_1.8.6.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 5c502cf..42788e4 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 \
 		   ${libexecdir}/uim-helper-server"
 
 FILES_uim-xim = "${bindir}/uim-xim \
-                 ${libexecdir}/uim-candwin-gtk \
+                 ${libexecdir}/uim-candwin-*gtk \
+                 ${libexecdir}/uim-candwin-*gtk3 \
                  ${datadir}/man/man1/uim-xim.1 \
                  ${sysconfdir}/X11/xinit/xinput.d/uim*"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list