From b60d0c57a2e16d690fd11c6349917efc57630004 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 21 Mar 2012 16:30:37 +0000 Subject: gettext/awk/sed/grep: Backport WARNING fixes to GPLv2 versions Signed-off-by: Richard Purdie --- meta/recipes-core/gettext/gettext_0.16.1.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'meta/recipes-core/gettext/gettext_0.16.1.bb') diff --git a/meta/recipes-core/gettext/gettext_0.16.1.bb b/meta/recipes-core/gettext/gettext_0.16.1.bb index 73e5f55f99..0b7dfa30e1 100644 --- a/meta/recipes-core/gettext/gettext_0.16.1.bb +++ b/meta/recipes-core/gettext/gettext_0.16.1.bb @@ -31,7 +31,7 @@ PARALLEL_MAKE = "" inherit autotools -EXTRA_OECONF += "--without-lisp --disable-csharp --disable-openmp" +EXTRA_OECONF += "--without-lisp --disable-csharp --disable-openmp --without-emacs" acpaths = '-I ${S}/autoconf-lib-link/m4/ \ -I ${S}/gettext-runtime/m4 \ -I ${S}/gettext-tools/m4' @@ -53,3 +53,7 @@ do_configure_prepend() { PACKAGES =+ "libgettextlib libgettextsrc" FILES_libgettextlib = "${libdir}/libgettextlib-*.so*" FILES_libgettextsrc = "${libdir}/libgettextsrc-*.so*" + +do_install_append() { + rm -f ${D}${libdir}/preloadable_libintl.so +} -- cgit 1.2.3-korg