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:
Lup Yuen Lee
2024-11-08 23:23:49 +08:00
committed by Alan C. Assis
parent 7db028d095
commit ba2ad819da

View File

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