mirror of
https://github.com/apache/nuttx.git
synced 2026-03-27 02:29:15 +08:00
libs/uClibc++: Fix the Download URL for uClibc++ (CMake)
The SSL Cert for git.busybox.net has just expired today. This PR switches the uClibc++ download to cxx.uclibc.org for CMake.
This commit is contained in:
committed by
Alan C. Assis
parent
7db028d095
commit
ba2ad819da
@@ -31,7 +31,7 @@ if(CONFIG_UCLIBCXX)
|
||||
uClibc++
|
||||
DOWNLOAD_NAME "uClibc++-${UCLIBCXX_VERSION}.tar.bz2"
|
||||
DOWNLOAD_DIR ${CMAKE_CURRENT_LIST_DIR}
|
||||
URL "https://git.busybox.net/uClibc++/snapshot/uClibc++-${UCLIBCXX_VERSION}.tar.bz2"
|
||||
URL "https://cxx.uclibc.org/src/uClibc++-${UCLIBCXX_VERSION}.tar.bz2"
|
||||
SOURCE_DIR
|
||||
${CMAKE_CURRENT_LIST_DIR}/uClibc++
|
||||
BINARY_DIR
|
||||
|
||||
Reference in New Issue
Block a user