From 55241ab1906002c2a89c080052292cff545a7eec Mon Sep 17 00:00:00 2001 From: Sergei Korneichuk Date: Fri, 17 Feb 2023 16:19:13 -0800 Subject: dfx-mgr: Update SRCREV, remove CFLAGS workarounds Remove workarounds for warnings. Changelog for SRCREV: dfx_mgr: Fix compiler warnings Signed-off-by: Sergei Korneichuk Signed-off-by: Mark Hatle --- meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.1.bb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.1.bb b/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.1.bb index 417d7387..a74670b7 100644 --- a/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.1.bb +++ b/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.1.bb @@ -9,7 +9,7 @@ BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != ' SRC_URI = "${REPO};${BRANCHARG}" BRANCH = "master" -SRCREV = "fca3b25d6b226a49d88df2a850cdd1e03afc9ea1" +SRCREV = "5918fb3406d828693cca484b77229ffd031b5dc4" SOMAJOR = "1" SOMINOR = "0" SOVERSION = "${SOMAJOR}.${SOMINOR}" @@ -28,12 +28,6 @@ EXTRA_OECMAKE += " \ -DCMAKE_SYSROOT:PATH=${RECIPE_SYSROOT} \ " -# Workaround for: the comparison will always evaluate as 'true' for the address of 'defaul_accel_name' will never be NULL [-Werror=address] -CFLAGS += "-Wno-address" - -# Workaround for: '__builtin_strncpy' specified bound depends on the length of the source argument [-Werror=stringop-truncation] -CFLAGS += "-Wno-stringop-truncation" - INITSCRIPT_NAME = "dfx-mgr.sh" INITSCRIPT_PARAMS = "start 99 S ." -- cgit v1.2.3-54-g00ecf