From f0735b7474ec5f6096103cc510546699c823e673 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 31 Aug 2012 17:40:28 +0200 Subject: timezone files no longer installed. why? --- package/eglibc/Makefile | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'package/eglibc/Makefile') diff --git a/package/eglibc/Makefile b/package/eglibc/Makefile index f14779f28..60dcb25d1 100644 --- a/package/eglibc/Makefile +++ b/package/eglibc/Makefile @@ -55,22 +55,22 @@ ifeq ($(ADK_LOCALES),y) endif ${INSTALL_DIR} $(IDIR_EGLIBC)/lib $(IDIR_EGLIBC)/etc \ $(IDIR_EGLIBC)/usr/lib $(IDIR_EGLIBC)/usr/bin - cd ${STAGING_TARGET_DIR} && for f in UTC ${ADK_RUNTIME_TIMEZONE}; do \ - test -s usr/share/zoneinfo/"$$f" || continue; \ - echo usr/share/zoneinfo/"$$f" | \ - ${TOOLS_DIR}/cpio -pdu ${IDIR_EGLIBC}/; \ - done - tz=; cd ${IDIR_EGLIBC}/usr/share/zoneinfo || exit 1; \ - for f in UTC ${ADK_RUNTIME_TIMEZONE}; do \ - test -s "$$f" || continue; \ - tz=$$f; \ - done; if test x"$$tz" = x""; then \ - echo >&2 Error during timezone installation; \ - exit 1; \ - else \ - ln -sf "../usr/share/zoneinfo/$$tz" \ - ${IDIR_EGLIBC}/etc/localtime; \ - fi + #cd ${STAGING_TARGET_DIR} && for f in UTC ${ADK_RUNTIME_TIMEZONE}; do \ + # test -s usr/share/zoneinfo/"$$f" || continue; \ + # echo usr/share/zoneinfo/"$$f" | \ + # ${TOOLS_DIR}/cpio -pdu ${IDIR_EGLIBC}/; \ + #done + #tz=; cd ${IDIR_EGLIBC}/usr/share/zoneinfo || exit 1; \ + # for f in UTC ${ADK_RUNTIME_TIMEZONE}; do \ + # test -s "$$f" || continue; \ + # tz=$$f; \ + #done; if test x"$$tz" = x""; then \ + # echo >&2 Error during timezone installation; \ + # exit 1; \ + #else \ + # ln -sf "../usr/share/zoneinfo/$$tz" \ + # ${IDIR_EGLIBC}/etc/localtime; \ + #fi ifeq ($(ADK_TOOLCHAIN_GCC_USE_SSP),y) $(CP) $(STAGING_TARGET_DIR)/lib/libssp.so* $(IDIR_EGLIBC)/lib endif -- cgit v1.2.3