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 <devaraj.ranganna@arm.com>
pull/13033/head
Devaraj Ranganna 2020-03-06 11:10:34 +00:00 committed by Jaeden Amero
parent f7861e6e47
commit a041df729f
2 changed files with 0 additions and 4 deletions

View File

@ -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)

View File

@ -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)