[OE-core] [PATCH] intltool: Adds gettext as a DEPENDS

Khem Raj raj.khem at gmail.com
Mon May 22 22:41:22 UTC 2017


On Mon, May 22, 2017 at 3:25 PM Alejandro Hernandez <
alejandro.hernandez at linux.intel.com> wrote:

> When setting USE_NLS="no" and building systemd-boot
> (which DEPENDS on intltool), configure fails,
> complaining about missing gettext:
>
> configure: error: GNU gettext tools not found; required for intltool
>
> This is caused because USE_NLS="no" makes the gettext class
> add gettext-minimal-native to BASEDEPENDS instead of adding
> gettext-native.
>
> Since we still would like to set USE_NLS="no" and build systemd-boot,
> we add gettext-native as a dependency to intltool-native, which makes it
> available for the configure script of systemd-boot fixing the problem.
>
> [YOCTO #11562]
>
> Signed-off-by: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
> ---
>  meta/recipes-devtools/intltool/intltool_0.51.0.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/intltool/intltool_0.51.0.bb
> b/meta/recipes-devtools/intltool/intltool_0.51.0.bb
> index 551bdf0619a..ecff2faf253 100644
> --- a/meta/recipes-devtools/intltool/intltool_0.51.0.bb
> +++ b/meta/recipes-devtools/intltool/intltool_0.51.0.bb
> @@ -16,7 +16,7 @@ UPSTREAM_CHECK_URI = "
> https://launchpad.net/intltool/trunk/"
>
>  DEPENDS = "libxml-parser-perl-native"
>  RDEPENDS_${PN} = "gettext-dev libxml-parser-perl"
> -DEPENDS_class-native = "libxml-parser-perl-native"
> +DEPENDS_class-native = "libxml-parser-perl-native gettext-native"


This will serialise the build I think it better to add the dep only when
NLS is down disabled

>
>
>  inherit autotools pkgconfig perlnative
>
> --
> 2.12.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20170522/ef4c3bdf/attachment-0002.html>


More information about the Openembedded-core mailing list