summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-21 16:30:37 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-21 16:38:42 +0000
commit287d01851846b14bf5378077f5d8c9edf0fa4121 (patch)
treefd0b17819249154f0e58069864514154a5d44f93 /meta/recipes-core
parent40f95685e6a3b4359d2ab2fea1418fe5e4bd0aa1 (diff)
downloadpoky-287d01851846b14bf5378077f5d8c9edf0fa4121.tar.gz
gettext/awk/sed/grep: Backport WARNING fixes to GPLv2 versions
(From OE-Core rev: b60d0c57a2e16d690fd11c6349917efc57630004) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/gettext/gettext_0.16.1.bb6
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 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 = ""
31 31
32inherit autotools 32inherit autotools
33 33
34EXTRA_OECONF += "--without-lisp --disable-csharp --disable-openmp" 34EXTRA_OECONF += "--without-lisp --disable-csharp --disable-openmp --without-emacs"
35acpaths = '-I ${S}/autoconf-lib-link/m4/ \ 35acpaths = '-I ${S}/autoconf-lib-link/m4/ \
36 -I ${S}/gettext-runtime/m4 \ 36 -I ${S}/gettext-runtime/m4 \
37 -I ${S}/gettext-tools/m4' 37 -I ${S}/gettext-tools/m4'
@@ -53,3 +53,7 @@ do_configure_prepend() {
53PACKAGES =+ "libgettextlib libgettextsrc" 53PACKAGES =+ "libgettextlib libgettextsrc"
54FILES_libgettextlib = "${libdir}/libgettextlib-*.so*" 54FILES_libgettextlib = "${libdir}/libgettextlib-*.so*"
55FILES_libgettextsrc = "${libdir}/libgettextsrc-*.so*" 55FILES_libgettextsrc = "${libdir}/libgettextsrc-*.so*"
56
57do_install_append() {
58 rm -f ${D}${libdir}/preloadable_libintl.so
59}