summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext/gettext_0.19.4.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-11-19 00:26:26 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-12 23:42:55 +0000
commit083d9d1e58c08e850bfde1ae16dc1e68323be8ec (patch)
treecc3a2688fc059ede2938bc72a49f521ac06da3ca /meta/recipes-core/gettext/gettext_0.19.4.bb
parent3a0797f51a827d0b3d38921eef136559c191159e (diff)
downloadpoky-083d9d1e58c08e850bfde1ae16dc1e68323be8ec.tar.gz
gettext: Delete libintl.h and charset.alias
libintl.h is already provided by musl and charset.alias is regenerated by packages themselves (From OE-Core rev: 25f91036e14392638e549d3d0b2914e93e6f4596) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/gettext/gettext_0.19.4.bb')
-rw-r--r--meta/recipes-core/gettext/gettext_0.19.4.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.19.4.bb b/meta/recipes-core/gettext/gettext_0.19.4.bb
index cebf6c78c6..a9c919a09f 100644
--- a/meta/recipes-core/gettext/gettext_0.19.4.bb
+++ b/meta/recipes-core/gettext/gettext_0.19.4.bb
@@ -42,6 +42,10 @@ EXTRA_OECONF += "--without-lispdir \
42acpaths = '-I ${S}/gettext-runtime/m4 \ 42acpaths = '-I ${S}/gettext-runtime/m4 \
43 -I ${S}/gettext-tools/m4' 43 -I ${S}/gettext-tools/m4'
44 44
45do_install_append_libc-musl () {
46 rm -f ${D}${libdir}/charset.alias
47 rm -f ${D}${includedir}/libintl.h
48}
45 49
46# these lack the .x behind the .so, but shouldn't be in the -dev package 50# these lack the .x behind the .so, but shouldn't be in the -dev package
47# Otherwise you get the following results: 51# Otherwise you get the following results: