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

git at git.openembedded.org git at git.openembedded.org
Mon Feb 5 16:04:39 UTC 2018


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

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

commit ed9acc9275b4b965da75c0d8e78884faf51725ee
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>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.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