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 <daniel@makrotopia.org>
This commit is contained in:
parent
56448cc8c1
commit
5305dbbe9f
@ -519,7 +519,6 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
|
|||||||
define Package/glibc/install
|
define Package/glibc/install
|
||||||
$(CP) ./glibc-files/* $(1)/
|
$(CP) ./glibc-files/* $(1)/
|
||||||
rm -f $(1)/etc/localtime
|
rm -f $(1)/etc/localtime
|
||||||
$(LN) /tmp/localtime $(1)/etc/localtime
|
|
||||||
$(INSTALL_DIR) $(1)/lib
|
$(INSTALL_DIR) $(1)/lib
|
||||||
$(CP) \
|
$(CP) \
|
||||||
$(TOOLCHAIN_DIR)/lib/ld*.so.* \
|
$(TOOLCHAIN_DIR)/lib/ld*.so.* \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user