mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
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>
This commit is contained in:
@@ -39,6 +39,11 @@ do_configure_prepend() {
|
|||||||
rm -f ${S}/config/m4/libtool.m4
|
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
|
# these lack the .x behind the .so, but shouldn't be in the -dev package
|
||||||
# Otherwise you get the following results:
|
# Otherwise you get the following results:
|
||||||
# 7.4M glibc/images/ep93xx/Angstrom-console-image-glibc-ipk-2008.1-test-20080104-ep93xx.rootfs.tar.gz
|
# 7.4M glibc/images/ep93xx/Angstrom-console-image-glibc-ipk-2008.1-test-20080104-ep93xx.rootfs.tar.gz
|
||||||
|
|||||||
@@ -42,6 +42,10 @@ EXTRA_OECONF += "--without-lispdir \
|
|||||||
acpaths = '-I ${S}/gettext-runtime/m4 \
|
acpaths = '-I ${S}/gettext-runtime/m4 \
|
||||||
-I ${S}/gettext-tools/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
|
# these lack the .x behind the .so, but shouldn't be in the -dev package
|
||||||
# Otherwise you get the following results:
|
# Otherwise you get the following results:
|
||||||
|
|||||||
Reference in New Issue
Block a user