update qcloud sdk
1. iot-hub sdk update to 3.2.0 2. iot-explorer update to 3.1.1
This commit is contained in:
11
components/connectivity/qcloud-iot-hub-sdk/3rdparty/tools/build_scripts/update_mbedtls.sh
vendored
Normal file
11
components/connectivity/qcloud-iot-hub-sdk/3rdparty/tools/build_scripts/update_mbedtls.sh
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
MBEDTLS_DIR="external_libs/mbedtls"
|
||||
|
||||
if [ ! -d ${MBEDTLS_DIR} ]; then
|
||||
git clone -q packages/mbedtls_module.git ${MBEDTLS_DIR}
|
||||
else
|
||||
cd ${MBEDTLS_DIR}
|
||||
git pull -q
|
||||
cd -
|
||||
fi
|
Reference in New Issue
Block a user