From: Paul Spooren Date: Thu, 31 Mar 2022 16:13:37 +0000 (+0100) Subject: toolchain: reproducible libstdcpp X-Git-Tag: v23.05.0-rc1~3731 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=950bd40a275d1a834c95d8f9830e1bfed4737a82;p=thirdparty%2Fopenwrt.git toolchain: reproducible libstdcpp A Python script containing an unreproducible path is copied by default. Remove it before generating the package. Signed-off-by: Paul Spooren --- diff --git a/package/libs/toolchain/Makefile b/package/libs/toolchain/Makefile index 682efd1970f..f9f8ac956be 100644 --- a/package/libs/toolchain/Makefile +++ b/package/libs/toolchain/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=toolchain -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_MAINTAINER:=Felix Fietkau PKG_LICENSE:=GPL-3.0-with-GCC-exception @@ -490,6 +490,7 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),) define Package/libstdcpp/install $(INSTALL_DIR) $(1)/usr/lib $(CP) $(TOOLCHAIN_DIR)/lib/libstdc++.so.* $(1)/usr/lib/ + rm -rf $(1)/usr/lib/*-gdb.py endef define Package/libasan/install