diff options
| author | Daniel Golle | 2024-03-20 22:56:00 +0000 |
|---|---|---|
| committer | Daniel Golle | 2024-03-20 23:44:10 +0000 |
| commit | 5305dbbe9fb41d3259051bc039f26ca23fad1cd8 (patch) | |
| tree | cf0008ef6f7cbc269e355c5f233652fe574f7e05 | |
| parent | 56448cc8c18db453436264cb1b9320640e84d8e1 (diff) | |
| download | openwrt-5305dbbe9fb41d3259051bc039f26ca23fad1cd8.tar.gz | |
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>
| -rw-r--r-- | package/libs/toolchain/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/libs/toolchain/Makefile b/package/libs/toolchain/Makefile index ea36af5da4..4f71d31b28 100644 --- a/package/libs/toolchain/Makefile +++ b/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.* \ |