diff options
Diffstat (limited to 'yocto-poky/meta/recipes-core/gettext/gettext_0.16.1.bb')
-rw-r--r-- | yocto-poky/meta/recipes-core/gettext/gettext_0.16.1.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/yocto-poky/meta/recipes-core/gettext/gettext_0.16.1.bb b/yocto-poky/meta/recipes-core/gettext/gettext_0.16.1.bb index f9f7a7f4c..cd0b759d5 100644 --- a/yocto-poky/meta/recipes-core/gettext/gettext_0.16.1.bb +++ b/yocto-poky/meta/recipes-core/gettext/gettext_0.16.1.bb @@ -39,6 +39,11 @@ do_configure_prepend() { rm -f ${S}/config/m4/libtool.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: # 7.4M glibc/images/ep93xx/Angstrom-console-image-glibc-ipk-2008.1-test-20080104-ep93xx.rootfs.tar.gz |