Skip to content

Commit dafc70d

Browse files
committed
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 <[email protected]>
1 parent ea3761f commit dafc70d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

features/mbedtls/importer/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ rsync:
6060
#
6161
# Copying licenses
6262
cp $(MBED_TLS_DIR)/LICENSE $(TARGET_PREFIX)
63-
cp $(MBED_TLS_DIR)/apache-2.0.txt $(TARGET_PREFIX)
6463
#
6564

6665
deploy: rsync
@@ -106,7 +105,6 @@ $(MBED_TLS_GIT_CFG):
106105

107106
clean:
108107
rm -f $(TARGET_PREFIX)LICENSE
109-
rm -f $(TARGET_PREFIX)apache-2.0.txt
110108
rm -f $(TARGET_PREFIX)VERSION.txt
111109
rm -f $(TARGET_PREFIX)AUTHORS.txt
112110
rm -rf $(TARGET_SRC)

features/mbedtls/mbed-crypto/importer/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ rsync:
8585
#
8686
# Copying licenses
8787
cp $(CRYPTO_DIR)/LICENSE $(TARGET_PREFIX)/
88-
cp $(CRYPTO_DIR)/apache-2.0.txt $(TARGET_PREFIX)/
8988
#
9089
# Copying Mbed Crypto into Mbed OS...
9190
rm -rf $(TARGET_SRV_IMPL)
@@ -130,7 +129,6 @@ $(CRYPTO_GIT_CFG):
130129

131130
clean:
132131
rm -f $(TARGET_PREFIX)/LICENSE
133-
rm -f $(TARGET_PREFIX)/apache-2.0.txt
134132
rm -f $(TARGET_PREFIX)/VERSION.txt
135133
rm -f $(TARGET_PREFIX)/AUTHORS.txt
136134
rm -rf $(TARGET_INC)

0 commit comments

Comments
 (0)