From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.17]) by mail.openembedded.org (Postfix) with ESMTP id 4597A607A4 for ; Thu, 8 Feb 2018 17:37:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 38C182085A; Thu, 8 Feb 2018 17:37:57 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo03-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HNsd8ELYAuPB; Thu, 8 Feb 2018 17:37:57 +0000 (UTC) Received: from mail.denix.org (pool-100-15-85-143.washdc.fios.verizon.net [100.15.85.143]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 1452B2006D; Thu, 8 Feb 2018 17:37:56 +0000 (UTC) Received: by mail.denix.org (Postfix, from userid 1000) id 92483163296; Thu, 8 Feb 2018 12:37:55 -0500 (EST) Date: Thu, 8 Feb 2018 12:37:55 -0500 From: Denys Dmytriyenko To: openembedded-devel@lists.openembedded.org Message-ID: <20180208173755.GI2786@denix.org> References: <1516085015-89929-1-git-send-email-denis@denix.org> <20180123223913.GA2786@denix.org> MIME-Version: 1.0 In-Reply-To: <20180123223913.GA2786@denix.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Denys Dmytriyenko Subject: Re: [meta-networking][PATCH] ndisc6: need to set USE_NLS="yes" to use gettext.h X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2018 17:37:56 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Ping? On Tue, Jan 23, 2018 at 05:39:13PM -0500, Denys Dmytriyenko wrote: > Ping. > > > On Tue, Jan 16, 2018 at 01:43:35AM -0500, Denys Dmytriyenko wrote: > > From: Denys Dmytriyenko > > > > Otherwise we can get gettext-minimal-native dependency instead, which does not > > provide gettext.h header. > > > > Signed-off-by: Denys Dmytriyenko > > --- > > 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 > -- > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-devel