diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/gettext/gettext_0.16.1.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.16.1.bb b/meta/recipes-core/gettext/gettext_0.16.1.bb index 8b6f0a71b0..5a58578e22 100644 --- a/meta/recipes-core/gettext/gettext_0.16.1.bb +++ b/meta/recipes-core/gettext/gettext_0.16.1.bb | |||
@@ -31,6 +31,11 @@ PARALLEL_MAKE = "" | |||
31 | inherit autotools texinfo | 31 | inherit autotools texinfo |
32 | 32 | ||
33 | EXTRA_OECONF += "--without-lisp --disable-csharp --disable-openmp --without-emacs" | 33 | EXTRA_OECONF += "--without-lisp --disable-csharp --disable-openmp --without-emacs" |
34 | EXTRA_OECONF_append_libc-musl = "\ | ||
35 | gt_cv_func_gnugettext1_libc=yes \ | ||
36 | gt_cv_func_gnugettext2_libc=yes \ | ||
37 | " | ||
38 | |||
34 | acpaths = '-I ${S}/autoconf-lib-link/m4/ \ | 39 | acpaths = '-I ${S}/autoconf-lib-link/m4/ \ |
35 | -I ${S}/gettext-runtime/m4 \ | 40 | -I ${S}/gettext-runtime/m4 \ |
36 | -I ${S}/gettext-tools/m4' | 41 | -I ${S}/gettext-tools/m4' |
@@ -41,7 +46,6 @@ do_configure_prepend() { | |||
41 | 46 | ||
42 | do_install_append_libc-musl () { | 47 | do_install_append_libc-musl () { |
43 | rm -f ${D}${libdir}/charset.alias | 48 | rm -f ${D}${libdir}/charset.alias |
44 | rm -f ${D}${includedir}/libintl.h | ||
45 | } | 49 | } |
46 | 50 | ||
47 | # these lack the .x behind the .so, but shouldn't be in the -dev package | 51 | # these lack the .x behind the .so, but shouldn't be in the -dev package |