[oe-commits] [meta-openembedded] 48/72: uim: add dependency on anthy

git at git.openembedded.org git at git.openembedded.org
Wed Aug 9 23:56:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

commit 6360697095094bcc800bbe9f8950c96ae4760e2e
Author: Yusuke Mitsuki <mickey.happygolucky at gmail.com>
AuthorDate: Tue Aug 8 09:59:09 2017 +0900

    uim: add dependency on anthy
    
    anthy.h could not found at confiugre of uim.
    
    class-target override was used incorrectly with +=,
    but instead of expected append to DEPENDS set above
    it overrided whole DEPENDS for target builds so anthy
    was missing.
    
    Signed-off-by: Yusuke Mitsuki <mickey.happygolucky at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/uim/uim_1.8.6.bb | 2 +-
 1 file changed, 1 insertion(+), 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 909756a..23c79c3 100644
--- a/meta-oe/recipes-support/uim/uim_1.8.6.bb
+++ b/meta-oe/recipes-support/uim/uim_1.8.6.bb
@@ -14,7 +14,7 @@ SRC_URI[md5sum] = "ecea4c597bab1fd4ba98ea84edcece59"
 SRC_URI[sha256sum] = "7b1ea803c73f3478917166f04f67cce6e45ad7ea5ab6df99b948c17eb1cb235f"
 
 DEPENDS = "anthy fontconfig libxft libxt glib-2.0 ncurses intltool"
-DEPENDS_class-target += "intltool-native gtk+ gtk+3 uim-native takao-fonts"
+DEPENDS_append_class-target = " intltool-native gtk+ gtk+3 uim-native takao-fonts"
 
 RDEPENDS_uim = "libuim0 libedit"
 RDEPENDS_uim-anthy = "takao-fonts anthy libanthy0"

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


More information about the Openembedded-commits mailing list