aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-01-16 01:43:35 -0500
committerArmin Kuster <akuster808@gmail.com>2018-01-19 14:38:11 -0800
commit05688dc870691a286c4069ace77b9cb8dfdde9d3 (patch)
treec580af8962d44a24633cd78ea60f1d1e016c0ddc
parentb9272e941ecaed6a1289ccb89be2ecda6f32a87b (diff)
downloadmeta-openembedded-contrib-05688dc870691a286c4069ace77b9cb8dfdde9d3.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>
-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