mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
f7861e6e47
commit
a041df729f
|
@ -60,7 +60,6 @@ rsync:
|
||||||
#
|
#
|
||||||
# Copying licenses
|
# Copying licenses
|
||||||
cp $(MBED_TLS_DIR)/LICENSE $(TARGET_PREFIX)
|
cp $(MBED_TLS_DIR)/LICENSE $(TARGET_PREFIX)
|
||||||
cp $(MBED_TLS_DIR)/apache-2.0.txt $(TARGET_PREFIX)
|
|
||||||
#
|
#
|
||||||
|
|
||||||
deploy: rsync
|
deploy: rsync
|
||||||
|
@ -106,7 +105,6 @@ $(MBED_TLS_GIT_CFG):
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(TARGET_PREFIX)LICENSE
|
rm -f $(TARGET_PREFIX)LICENSE
|
||||||
rm -f $(TARGET_PREFIX)apache-2.0.txt
|
|
||||||
rm -f $(TARGET_PREFIX)VERSION.txt
|
rm -f $(TARGET_PREFIX)VERSION.txt
|
||||||
rm -f $(TARGET_PREFIX)AUTHORS.txt
|
rm -f $(TARGET_PREFIX)AUTHORS.txt
|
||||||
rm -rf $(TARGET_SRC)
|
rm -rf $(TARGET_SRC)
|
||||||
|
|
|
@ -85,7 +85,6 @@ rsync:
|
||||||
#
|
#
|
||||||
# Copying licenses
|
# Copying licenses
|
||||||
cp $(CRYPTO_DIR)/LICENSE $(TARGET_PREFIX)/
|
cp $(CRYPTO_DIR)/LICENSE $(TARGET_PREFIX)/
|
||||||
cp $(CRYPTO_DIR)/apache-2.0.txt $(TARGET_PREFIX)/
|
|
||||||
#
|
#
|
||||||
# Copying Mbed Crypto into Mbed OS...
|
# Copying Mbed Crypto into Mbed OS...
|
||||||
rm -rf $(TARGET_SRV_IMPL)
|
rm -rf $(TARGET_SRV_IMPL)
|
||||||
|
@ -130,7 +129,6 @@ $(CRYPTO_GIT_CFG):
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(TARGET_PREFIX)/LICENSE
|
rm -f $(TARGET_PREFIX)/LICENSE
|
||||||
rm -f $(TARGET_PREFIX)/apache-2.0.txt
|
|
||||||
rm -f $(TARGET_PREFIX)/VERSION.txt
|
rm -f $(TARGET_PREFIX)/VERSION.txt
|
||||||
rm -f $(TARGET_PREFIX)/AUTHORS.txt
|
rm -f $(TARGET_PREFIX)/AUTHORS.txt
|
||||||
rm -rf $(TARGET_INC)
|
rm -rf $(TARGET_INC)
|
||||||
|
|
Loading…
Reference in New Issue