From a041df729f7e33cc6a9b585dce587d87f64a69dd Mon Sep 17 00:00:00 2001 From: Devaraj Ranganna Date: Fri, 6 Mar 2020 11:10:34 +0000 Subject: [PATCH] tls: Remove apache-2.0.txt from importer script Both Mbed TLS and Mbed Crypto libraries doesn't contain `apache-2.0.txt` anymore. Do not access those files in the importer script. Signed-off-by: Devaraj Ranganna --- features/mbedtls/importer/Makefile | 2 -- features/mbedtls/mbed-crypto/importer/Makefile | 2 -- 2 files changed, 4 deletions(-) diff --git a/features/mbedtls/importer/Makefile b/features/mbedtls/importer/Makefile index eb7cf9372e..90181e3c8b 100644 --- a/features/mbedtls/importer/Makefile +++ b/features/mbedtls/importer/Makefile @@ -60,7 +60,6 @@ rsync: # # Copying licenses cp $(MBED_TLS_DIR)/LICENSE $(TARGET_PREFIX) - cp $(MBED_TLS_DIR)/apache-2.0.txt $(TARGET_PREFIX) # deploy: rsync @@ -106,7 +105,6 @@ $(MBED_TLS_GIT_CFG): clean: rm -f $(TARGET_PREFIX)LICENSE - rm -f $(TARGET_PREFIX)apache-2.0.txt rm -f $(TARGET_PREFIX)VERSION.txt rm -f $(TARGET_PREFIX)AUTHORS.txt rm -rf $(TARGET_SRC) diff --git a/features/mbedtls/mbed-crypto/importer/Makefile b/features/mbedtls/mbed-crypto/importer/Makefile index 2c44e78e2a..7a682656c8 100644 --- a/features/mbedtls/mbed-crypto/importer/Makefile +++ b/features/mbedtls/mbed-crypto/importer/Makefile @@ -85,7 +85,6 @@ rsync: # # Copying licenses cp $(CRYPTO_DIR)/LICENSE $(TARGET_PREFIX)/ - cp $(CRYPTO_DIR)/apache-2.0.txt $(TARGET_PREFIX)/ # # Copying Mbed Crypto into Mbed OS... rm -rf $(TARGET_SRV_IMPL) @@ -130,7 +129,6 @@ $(CRYPTO_GIT_CFG): clean: rm -f $(TARGET_PREFIX)/LICENSE - rm -f $(TARGET_PREFIX)/apache-2.0.txt rm -f $(TARGET_PREFIX)/VERSION.txt rm -f $(TARGET_PREFIX)/AUTHORS.txt rm -rf $(TARGET_INC)