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 <mail@aparcar.org>
This commit is contained in:
parent
1fa8780056
commit
950bd40a27
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
PKG_NAME:=toolchain
|
PKG_NAME:=toolchain
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
|
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
|
||||||
PKG_LICENSE:=GPL-3.0-with-GCC-exception
|
PKG_LICENSE:=GPL-3.0-with-GCC-exception
|
||||||
|
@ -490,6 +490,7 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
|
||||||
define Package/libstdcpp/install
|
define Package/libstdcpp/install
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
$(CP) $(TOOLCHAIN_DIR)/lib/libstdc++.so.* $(1)/usr/lib/
|
$(CP) $(TOOLCHAIN_DIR)/lib/libstdc++.so.* $(1)/usr/lib/
|
||||||
|
rm -rf $(1)/usr/lib/*-gdb.py
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libasan/install
|
define Package/libasan/install
|
||||||
|
|
Loading…
Reference in a new issue