Skip to content

Commit ba2ad81

Browse files
lupyuenacassis
authored andcommitted
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.
1 parent 7db028d commit ba2ad81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/libxx/uClibc++/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if(CONFIG_UCLIBCXX)
3131
uClibc++
3232
DOWNLOAD_NAME "uClibc++-${UCLIBCXX_VERSION}.tar.bz2"
3333
DOWNLOAD_DIR ${CMAKE_CURRENT_LIST_DIR}
34-
URL "https://git.busybox.net/uClibc++/snapshot/uClibc++-${UCLIBCXX_VERSION}.tar.bz2"
34+
URL "https://cxx.uclibc.org/src/uClibc++-${UCLIBCXX_VERSION}.tar.bz2"
3535
SOURCE_DIR
3636
${CMAKE_CURRENT_LIST_DIR}/uClibc++
3737
BINARY_DIR

0 commit comments

Comments
 (0)