A Python script containing an unreproducible path is copied by default.
Remove it before generating the package.
Signed-off-by: Paul Spooren <[email protected]>
include $(TOPDIR)/rules.mk
PKG_NAME:=toolchain
-PKG_RELEASE:=3
+PKG_RELEASE:=4
PKG_LICENSE:=GPL-3.0-with-GCC-exception
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