diff mbox series

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

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

Commit Message

Ryan Eatmon July 21, 2025, 7:47 p.m. UTC
License-Update: New central file was created to hold the license
information.  No change in actual license for the project.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
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(-)

Comments

Denys Dmytriyenko July 21, 2025, 8:12 p.m. UTC | #1
On Mon, Jul 21, 2025 at 02:47:39PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
> License-Update: New central file was created to hold the license
> information.  No change in actual license for the project.

License-Update: license text moved to its own file

https://docs.yoctoproject.org/dev/contributor-guide/recipe-style-guide.html#license-updates


> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> 
> ---
> 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 --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"
>  
> -- 
> 2.17.1
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"