From: Dan Mick Date: Thu, 14 Aug 2025 19:04:39 +0000 (-0700) Subject: uadk: build with ceph fork (fix for __DATE__ usage) X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F65161%2Fhead;p=ceph.git uadk: build with ceph fork (fix for __DATE__ usage) Signed-off-by: Dan Mick --- diff --git a/cmake/modules/Builduadk.cmake b/cmake/modules/Builduadk.cmake index a92237331249..8782b61293e8 100644 --- a/cmake/modules/Builduadk.cmake +++ b/cmake/modules/Builduadk.cmake @@ -11,9 +11,9 @@ function(build_uadk) include(ExternalProject) ExternalProject_Add(uadk_ext UPDATE_COMMAND "" # this disables rebuild on each run - GIT_REPOSITORY "https://github.com/Linaro/uadk.git" + GIT_REPOSITORY "https://github.com/ceph/uadk.git" GIT_CONFIG advice.detachedHead=false - GIT_TAG 90fb6f227427f568e34337309075ed7a3f71bab9 + GIT_TAG 19f650cae960304e3c674992a4c7d5d56a8f4efa SOURCE_DIR "${PROJECT_SOURCE_DIR}/src/uadk" BUILD_IN_SOURCE 1 CMAKE_ARGS -DCMAKE_CXX_COMPILER=which g++