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>
This commit is contained in:
Denys Dmytriyenko 2018-01-16 01:43:35 -05:00 committed by Joe MacDonald
parent 1c4fd55f26
commit ed9acc9275

View File

@ -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