diff mbox series

[meta-arago,master,v3] dma-heap-tests: Update SRCREV to fix CMake 4.0 issue

Message ID 20250721202745.25483-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master,v3] dma-heap-tests: Update SRCREV to fix CMake 4.0 issue | expand

Commit Message

Ryan Eatmon July 21, 2025, 8:27 p.m. UTC
License-Update: license text moved to its own file

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
v3: Tweak to License-Update reason.
v2: Another SRCREV bump to pick up new LICENSE file and move the
    LIC_FILES_CHKSUM to that new file.

meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb b/meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb
index 69f95391..3c0eaa5a 100644
--- a/meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb
+++ b/meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb
@@ -1,13 +1,13 @@ 
 SUMMARY = "Test cases for DMA-Heap framework"
 HOMEPAGE = "https://github.com/glneo/dma-heap-tests"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://src/heap_test_fixture.cpp;beginline=1;endline=15;md5=d16465a9e7dc8f53bfdf997c4bf55540"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=4c3b4cb87cfc8ccba69d579fbd7b0fb3"
 
 PV = "1.0"
 
 BRANCH = "master"
 SRC_URI = "git://github.com/glneo/dma-heap-tests.git;protocol=https;branch=${BRANCH}"
-SRCREV = "334fc8ec8056badc9c6667e6f1328705cb973ab4"
+SRCREV = "230b406e97c12be5f930125a432d0dfa0316aa39"
 
 DEPENDS = "googletest"