OE4T / meta-tegra

BSP layer for NVIDIA Jetson platforms, based on L4T
MIT License
389 stars 216 forks source link

nsight-systems license md5 #1607

Closed aurelien-enchanted-tools closed 6 days ago

aurelien-enchanted-tools commented 1 week ago

branch scarthgap 24503b40b6671cffcb5806ec68972ef77e5a798c

hello,

It seems there is an issue with the nsight-systems license md5:

--- a/recipes-devtools/nsight-systems/nsight-systems_2024.2.2.28-242234212449v0.bb
+++ b/recipes-devtools/nsight-systems/nsight-systems_2024.2.2.28-242234212449v0.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "NVIDIA Nsight Systems is a multi-core CPU sampling profiler that
 HOMEPAGE = "https://developer.nvidia.com/nsight-systems"
 LICENSE = "Proprietary"
 BASE_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:3])}"
-LIC_FILES_CHKSUM = "file://opt/nvidia/nsight-systems/${BASE_VERSION}/EULA.txt;md5=5c45accabbea4eeeb539ce4cd133d5c2"
+LIC_FILES_CHKSUM = "file://opt/nvidia/nsight-systems/${BASE_VERSION}/EULA.txt;md5=59a793e0da68faeaa65ccfa38d9408b4"

 inherit l4t_deb_pkgfeed

thank you in advance

ichergui commented 1 week ago

Hi @aurelien-enchanted-tools Could you please send a PR ? Thanks