Skip to content

Commit

Permalink
toolchain: reproducible libstdcpp
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
aparcar committed Apr 1, 2022
1 parent 1fa8780 commit 950bd40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/libs/toolchain/Makefile
Expand Up @@ -7,7 +7,7 @@

include $(TOPDIR)/rules.mk
PKG_NAME:=toolchain
PKG_RELEASE:=3
PKG_RELEASE:=4

PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
PKG_LICENSE:=GPL-3.0-with-GCC-exception
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 950bd40

Please sign in to comment.