aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-01-16 01:43:35 -0500
committerJoe MacDonald <joe_macdonald@mentor.com>2018-02-05 10:40:19 -0500
commited9acc9275b4b965da75c0d8e78884faf51725ee (patch)
tree637d3b99cd42f9913b30937381bb60a2f77bb528 /meta-networking/recipes-support
parent1c4fd55f265a3ab6622512d3b717c80981a42801 (diff)
downloadmeta-openembedded-contrib-ed9acc9275b4b965da75c0d8e78884faf51725ee.tar.gz
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@ti.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r--meta-networking/recipes-support/ndisc6/ndisc6_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/ndisc6/ndisc6_git.bb b/meta-networking/recipes-support/ndisc6/ndisc6_git.bb
index 48a83b8305..58f12309b9 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