diff options
author | Armin Kuster <akuster808@gmail.com> | 2016-05-09 07:39:13 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-05-19 12:03:54 +0200 |
commit | 4ff633a23a055ca1cb58b269846cbca649f42cea (patch) | |
tree | 48814ec81fd5786074ff6d32058343dcce95dd9e | |
parent | 35c3f12876d82a878ca58a63a7fe27b5a19e78fb (diff) | |
download | meta-openembedded-4ff633a23a055ca1cb58b269846cbca649f42cea.tar.gz |
uim: Fix Warning
WARNING: uim-1.8.6-r0 do_configure: Missing DEPENDS on intltool-native
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/uim/uim_1.8.6.bb | 2 |
1 files changed, 1 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 42788e4bbf..ae193b2008 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" | |||
14 | SRC_URI[sha256sum] = "7b1ea803c73f3478917166f04f67cce6e45ad7ea5ab6df99b948c17eb1cb235f" | 14 | SRC_URI[sha256sum] = "7b1ea803c73f3478917166f04f67cce6e45ad7ea5ab6df99b948c17eb1cb235f" |
15 | 15 | ||
16 | DEPENDS = "anthy fontconfig libxft libxt glib-2.0 ncurses intltool" | 16 | DEPENDS = "anthy fontconfig libxft libxt glib-2.0 ncurses intltool" |
17 | DEPENDS_class-target += "gtk+ gtk+3 uim-native takao-fonts" | 17 | DEPENDS_class-target += "intltool-native gtk+ gtk+3 uim-native takao-fonts" |
18 | 18 | ||
19 | RDEPENDS_uim = "libuim0 libedit" | 19 | RDEPENDS_uim = "libuim0 libedit" |
20 | RDEPENDS_uim-anthy = "takao-fonts anthy libanthy0" | 20 | RDEPENDS_uim-anthy = "takao-fonts anthy libanthy0" |