[oe-commits] [meta-openembedded] 12/14: ndisc6: need to set USE_NLS="yes" to use gettext.h

git at git.openembedded.org git at git.openembedded.org
Thu Feb 1 19:40:15 UTC 2018


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit f207c700d4131cfa4754f482095475aa4cba7d0b
Author: Denys Dmytriyenko <denys at ti.com>
AuthorDate: Tue Jan 16 01:43:35 2018 -0500

    ndisc6: need to set USE_NLS="yes" to use gettext.h
    
    Otherwise we can get gettext-minimal-native dependency instead, which does not
    provide gettext.h header.
    
    Signed-off-by: Denys Dmytriyenko <denys at ti.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list