[oe] [meta-oe][PATCH] pangomm: Add missing dependency on pango

Andreas Müller schnitzeltony at googlemail.com
Fri May 17 07:19:55 UTC 2013


On Fri, May 17, 2013 at 7:53 AM, Khem Raj <raj.khem at gmail.com> wrote:
> Fixes errors like
>
> | configure:15678: error: Package requirements (glibmm-2.4 >= 2.14.1
> cairomm-1.0 >= 1.2.2 pangocairo >= 1.23.0) were not met:
> |
> | No package 'pangocairo' found
>
> Signed-off-by: Khem Raj <raj.khem at gmail.com>
> ---
>  meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb b/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb
> index 4419113..302062c 100644
> --- a/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb
> +++ b/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb
> @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \
>
>  PR = "r2"
>
> -DEPENDS = "mm-common cairomm glibmm"
> +DEPENDS = "mm-common cairomm glibmm pango"
>
>  SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
>
> --
> 1.7.9.5
>
>
You were faster than me :)

Acked-by: Andreas Müller <schnitzeltony at googlemail.com>




More information about the Openembedded-devel mailing list