diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2018-01-16 01:43:35 -0500 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2018-02-05 10:40:19 -0500 |
| commit | ed9acc9275b4b965da75c0d8e78884faf51725ee (patch) | |
| tree | 637d3b99cd42f9913b30937381bb60a2f77bb528 /meta-networking/recipes-support/ndisc6/ndisc6_git.bb | |
| parent | 1c4fd55f265a3ab6622512d3b717c80981a42801 (diff) | |
| download | meta-openembedded-ed9acc9275b4b965da75c0d8e78884faf51725ee.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>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support/ndisc6/ndisc6_git.bb')
| -rw-r--r-- | meta-networking/recipes-support/ndisc6/ndisc6_git.bb | 2 |
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" | |||
| 22 | LDFLAGS += "-fuse-ld=gold" | 22 | LDFLAGS += "-fuse-ld=gold" |
| 23 | TOOLCHAIN = "gcc" | 23 | TOOLCHAIN = "gcc" |
| 24 | 24 | ||
| 25 | USE_NLS = "yes" | ||
| 26 | |||
| 25 | do_configure_prepend() { | 27 | do_configure_prepend() { |
| 26 | cp ${STAGING_DATADIR_NATIVE}/gettext/gettext.h ${S}/include | 28 | cp ${STAGING_DATADIR_NATIVE}/gettext/gettext.h ${S}/include |
| 27 | ${S}/autogen.sh | 29 | ${S}/autogen.sh |
