mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
committed by
Joe MacDonald
parent
1c4fd55f26
commit
ed9acc9275
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user