From 7d47e22197b4f69db22ca16579475a67de2889e0 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 16 Jan 2018 01:43:35 -0500 Subject: 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 Signed-off-by: Armin Kuster --- 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 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 -- cgit 1.2.3-korg