Browse Source

glibc: don't ship /etc/localtime -> /tmp/localtime symlink

The symlink is already part of the base-files package. We don't need
to ship it with glibc again.

Signed-off-by: Daniel Golle <[email protected]>
Daniel Golle 1 year ago
parent
commit
5305dbbe9f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      package/libs/toolchain/Makefile

+ 0 - 1
package/libs/toolchain/Makefile

@@ -519,7 +519,6 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
   define Package/glibc/install
 	$(CP) ./glibc-files/* $(1)/
 	rm -f $(1)/etc/localtime
-	$(LN) /tmp/localtime $(1)/etc/localtime
 	$(INSTALL_DIR) $(1)/lib
 	$(CP) \
 		$(TOOLCHAIN_DIR)/lib/ld*.so.* \