From 4894a3ff2870438cf812d88704c92c8d997a69db Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Sun, 14 Feb 2021 21:51:14 +0100 Subject: target: fix copying of licenses for SDK/toolchain The SDK and target/toolchain copy the license file into their directories. During the rename/move from LICENSE to a LICENSES folder, this has not been updated. Update it now, and include the new COPYING file. While at it, improve formatting/indent. Fixes: 882e3014610b ("LICENSES: include all used licenses in LICENSES directory") Signed-off-by: Adrian Schmutzler --- target/sdk/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/sdk') diff --git a/target/sdk/Makefile b/target/sdk/Makefile index d7e10a9bd8..0606621192 100644 --- a/target/sdk/Makefile +++ b/target/sdk/Makefile @@ -130,7 +130,8 @@ $(BIN_DIR)/$(SDK_NAME).tar.xz: clean $(SDK_BUILD_DIR)/target/linux/*/patches* ./convert-config.pl $(TOPDIR)/.config > $(SDK_BUILD_DIR)/Config-build.in $(CP) -L \ - $(TOPDIR)/LICENSE \ + $(TOPDIR)/LICENSES \ + $(TOPDIR)/COPYING \ $(TOPDIR)/rules.mk \ ./files/Config.in \ ./files/Makefile \ -- cgit v1.2.3