mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +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:
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user