diff mbox series

[meta-ti,master/kirkstone] k3conf: Update to v0.3

Message ID 20231108165714.2774213-1-afd@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master/kirkstone] k3conf: Update to v0.3 | expand

Commit Message

Andrew Davis Nov. 8, 2023, 4:57 p.m. UTC
The SRCREV is auto updated, but the PV still uses the old tag version,
update this to v0.3.

While here, we also now have a proper LICENSE file, use that.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb b/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb
index dcff684e..9c359fee 100644
--- a/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb
+++ b/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb
@@ -1,11 +1,11 @@ 
 SUMMARY = "Diagnostic tool for TI K3 processors"
 
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://common/k3conf.c;beginline=1;endline=34;md5=7154c0ffcd418064ffa528e34e70ca9d"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=a56bddef00b39fb0f45488fdc4ce108f"
 
 inherit cmake
 
-PV = "0.2+git${SRCPV}"
+PV = "0.3+git${SRCPV}"
 
 COMPATIBLE_MACHINE = "k3"
 
@@ -15,4 +15,3 @@  SRCREV = "de06befe878be061a40540d2127d4273320b35bc"
 SRC_URI = "git://git.ti.com/git/k3conf/k3conf.git;protocol=https;branch=${BRANCH}"
 
 S = "${WORKDIR}/git"
-