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

Khem Raj raj.khem at gmail.com
Tue Aug 8 03:48:08 UTC 2017


On Mon, Aug 7, 2017 at 6:00 PM Yusuke Mitsuki <mickey.happygolucky at gmail.com>
wrote:

> 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"


This seems redundant


>
>  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"
>

It should say anthy not libanthy-dev

>
>  RDEPENDS_uim = "libuim0 libedit"
>  RDEPENDS_uim-anthy = "takao-fonts anthy libanthy0"
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>



More information about the Openembedded-devel mailing list