From 083d9d1e58c08e850bfde1ae16dc1e68323be8ec Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 19 Nov 2015 00:26:26 +0000 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-core/gettext/gettext_0.19.4.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/recipes-core/gettext/gettext_0.19.4.bb') 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 \ acpaths = '-I ${S}/gettext-runtime/m4 \ -I ${S}/gettext-tools/m4' +do_install_append_libc-musl () { + rm -f ${D}${libdir}/charset.alias + rm -f ${D}${includedir}/libintl.h +} # these lack the .x behind the .so, but shouldn't be in the -dev package # Otherwise you get the following results: -- cgit v1.2.3-54-g00ecf