[oe] [meta-oe][PATCH 09/12] tumbler: add dependency on xfce4-dev-tools

Andreas Müller schnitzeltony at googlemail.com
Mon Aug 12 11:45:56 UTC 2013


On Fri, Aug 9, 2013 at 10:54 AM, Martin Jansa <martin.jansa at gmail.com> wrote:
> * tumbler configure needs XDT_I18N macro provided by xfce4-dev-tools
>   | tumbler-0.1.29/configure: line 13752: syntax error near unexpected token `$linguas'
>   | tumbler-0.1.29/configure: line 13752: `XDT_I18N($linguas)'
>   | Configure failed. The contents of all config.log files follows to aid debugging
>
> Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
> ---
>  meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb
> index fd28e84..286dad2 100644
> --- a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb
> +++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb
> @@ -2,7 +2,7 @@ DESCRIPTION="Thumbnail service implementing the thumbnail management D-Bus speci
>  SECTION = "x11/libs"
>  LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
> -DEPENDS = "dbus-glib freetype gdk-pixbuf poppler curl"
> +DEPENDS = "dbus-glib freetype gdk-pixbuf poppler curl xfce4-dev-tools"
>
>  inherit xfce
>
> --
> 1.8.3.2
>
I think xfce4-dev-tools-native would be the better depends

Andreas



More information about the Openembedded-devel mailing list