All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: openembedded-devel@lists.openembedded.org
Cc: Denys Dmytriyenko <denys@ti.com>
Subject: Re: [meta-networking][PATCH] ndisc6: need to set USE_NLS="yes" to use gettext.h
Date: Tue, 23 Jan 2018 17:39:13 -0500	[thread overview]
Message-ID: <20180123223913.GA2786@denix.org> (raw)
In-Reply-To: <1516085015-89929-1-git-send-email-denis@denix.org>

Ping.


On Tue, Jan 16, 2018 at 01:43:35AM -0500, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
> 
> Otherwise we can get gettext-minimal-native dependency instead, which does not
> provide gettext.h header.
> 
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>  meta-networking/recipes-support/ndisc6/ndisc6_git.bb | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/meta-networking/recipes-support/ndisc6/ndisc6_git.bb b/meta-networking/recipes-support/ndisc6/ndisc6_git.bb
> index 48a83b8..58f1230 100644
> --- a/meta-networking/recipes-support/ndisc6/ndisc6_git.bb
> +++ b/meta-networking/recipes-support/ndisc6/ndisc6_git.bb
> @@ -22,6 +22,8 @@ EXTRA_OECONF += "PERL=${USRBINPATH}/perl"
>  LDFLAGS += "-fuse-ld=gold"
>  TOOLCHAIN = "gcc"
>  
> +USE_NLS = "yes"
> +
>  do_configure_prepend() {
>      cp ${STAGING_DATADIR_NATIVE}/gettext/gettext.h ${S}/include
>      ${S}/autogen.sh
> -- 
> 2.7.4
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


  reply	other threads:[~2018-01-23 22:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-16  6:43 [meta-networking][PATCH] ndisc6: need to set USE_NLS="yes" to use gettext.h Denys Dmytriyenko
2018-01-23 22:39 ` Denys Dmytriyenko [this message]
2018-01-24 10:53   ` Burton, Ross
2018-01-26 22:10     ` Denys Dmytriyenko
2018-01-26 23:52       ` Burton, Ross
2018-01-27  0:50         ` Denys Dmytriyenko
2018-02-08 17:37   ` Denys Dmytriyenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180123223913.GA2786@denix.org \
    --to=denis@denix.org \
    --cc=denys@ti.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.