[oe] [meta-oe][PATCH] rrdtool: add gettext-native dependency

Khem Raj raj.khem at gmail.com
Wed May 17 19:45:56 UTC 2017


On Wed, May 17, 2017 at 11:15 AM, Randy MacLeod
<Randy.MacLeod at windriver.com> wrote:
> Add gettext-native dependency to use autopoint.
>
> When building rrdtool for a 'tiny' distro, ie one that does
> not have internationalization support in glibc, configure
> fails with the error:
>    autoreconf: failed to run autopoint: No such file or directory
> autopoint is part of gettext so add that native dependency.
> This must happen transitively for builds using a regular configuration
> of glibc.
>
> Signed-off-by: Randy MacLeod <Randy.MacLeod at windriver.com>
> ---
>  meta-oe/recipes-extended/rrdtool/rrdtool_1.6.0.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.6.0.bb b/meta-oe/recipes-extended/rrdtool/rrdtool_1.6.0.bb
> index db2df28a0..160dea58d 100644
> --- a/meta-oe/recipes-extended/rrdtool/rrdtool_1.6.0.bb
> +++ b/meta-oe/recipes-extended/rrdtool/rrdtool_1.6.0.bb
> @@ -4,7 +4,7 @@ HOMEPAGE = "http://oss.oetiker.ch/rrdtool/"
>  LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=3349111ed0533471494beec99715bc9d"
>
> -DEPENDS = "libpng zlib cairo pango glib-2.0 libxml2 groff-native"
> +DEPENDS = "libpng zlib cairo pango glib-2.0 libxml2 groff-native gettext-native"

perhaps inherit gettext is more appropriate ?


>
>  SRCREV = "61f116744262c4c18922dcf806e496715f199669"
>  PV = "1.6.0"
> --
> 2.11.0
>
> --
> _______________________________________________
> 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