[oe] [PATCH 1/6] anthy: Added libanthy-dev to PROVIDES_class-terget uim: Added libanthy-dev to DEPENDS_class-target

Yusuke Mitsuki mickey.happygolucky at gmail.com
Tue Aug 8 00:59:09 UTC 2017


anthy.h could not found at confiugre of uim.
Dependency broke since it began to use recipes-sysroot.

Signed-off-by: Yusuke Mitsuki <mickey.happygolucky at gmail.com>
---
 meta-oe/recipes-support/anthy/anthy_9100h.bb | 1 +
 meta-oe/recipes-support/uim/uim_1.8.6.bb     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/anthy/anthy_9100h.bb b/meta-oe/recipes-support/anthy/anthy_9100h.bb
index a65d324..c507ad7 100644
--- a/meta-oe/recipes-support/anthy/anthy_9100h.bb
+++ b/meta-oe/recipes-support/anthy/anthy_9100h.bb
@@ -18,6 +18,7 @@ SRC_URI[sha256sum] = "d256f075f018b4a3cb0d165ed6151fda4ba7db1621727e0eb54569b6e2
 
 DEPENDS_class-target = "anthy-native"
 RDEPENDS_${PN}_class-target = "libanthy0"
+PROVIDES_class-target = "libanthy-dev"
 
 inherit autotools pkgconfig
 
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 ed846b9..4cb7b62 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_class-target += "intltool-native gtk+ gtk+3 uim-native takao-fonts libanthy-dev"
 
 RDEPENDS_uim = "libuim0 libedit"
 RDEPENDS_uim-anthy = "takao-fonts anthy libanthy0"
-- 
2.7.4




More information about the Openembedded-devel mailing list