From 630c21757c44a843b4b00581df1ea298e110d044 Mon Sep 17 00:00:00 2001 From: Logan Gallois Date: Thu, 9 Jan 2025 14:32:05 +0100 Subject: [PATCH] cuda-cupti: fix DEVSUM for x86-64 Signed-off-by: Logan Gallois --- recipes-devtools/cuda/cuda-cupti_12.6.68-1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/cuda/cuda-cupti_12.6.68-1.bb b/recipes-devtools/cuda/cuda-cupti_12.6.68-1.bb index 9fb16f07..7242adf0 100644 --- a/recipes-devtools/cuda/cuda-cupti_12.6.68-1.bb +++ b/recipes-devtools/cuda/cuda-cupti_12.6.68-1.bb @@ -3,7 +3,7 @@ require cuda-shared-binaries.inc MAINSUM = "4458ad07170a0a7f8a8d5864dfa0936bac767d7878a3cd753c3cf50dc1ff631a" MAINSUM:x86-64 = "2d4cf8e7bfc8510057bb73232beb11fa8c443d88329c4b8eb3178faf7a0f4cfa" DEVSUM = "aa44c4e149b4ee239a09c03c1fe3617b73157716d6820e2345b8244a3a8fb0d5" -DEVSUM:x86-64 = "4401ebaf6222a2d409dc16b3b8b2272c9807a94363aae4af4be0d4a98c247c33" +DEVSUM:x86-64 = "6dd2bf16addd2fccd9fc19ede7c19bc7a1946baac02bf8d98cd648641900da11" FILES:${PN}-dev += "${prefix}/local/cuda-${CUDA_VERSION}/extras/CUPTI" RDEPENDS:${PN}-dev += "make perl perl-module-getopt-long perl-module-posix perl-module-cwd"