From 3e4a49decfea450e72247bdc81de40f8693bed71 Mon Sep 17 00:00:00 2001 From: Aditya Rathi Date: Tue, 1 Sep 2026 10:47:13 +0000 Subject: [PATCH] audioreach-graphmgr: Update license checksum The LICENSE file in the audioreach-graphmgr source repository is updated with revised copyright marking and now identifies as BSD-3-Clause instead of BSD-3-Clause-Clear. Update LICENSE and LIC_FILES_CHKSUM to match the upstream LICENSE file so that do_fetch does not fail the license checksum verification. Signed-off-by: Aditya Rathi --- recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb b/recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb index 3a99cad..5d7dbc0 100644 --- a/recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb +++ b/recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb @@ -1,7 +1,7 @@ SUMMARY = "AudioReach Graph Manager" -LICENSE = "BSD-3-Clause-Clear" -LIC_FILES_CHKSUM = "file://LICENSE;md5=51110a366f598bc0b8f8e59141a18efb" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ef516c5438f1b599326a5e207572f477" SRCREV = "a39867a172b29754df9acca038cc28edcbec7a57" PV = "0.0+git"