diff mbox series

[meta-arago,master/kirkstone,v2] meta-arago-extras: recipes-devtools: statcol: Bump SRCREV to fix rpmsg_char APIs

Message ID 20230519054051.1743-1-r-ravikumar@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/kirkstone,v2] meta-arago-extras: recipes-devtools: statcol: Bump SRCREV to fix rpmsg_char APIs | expand

Commit Message

Rahul T R May 19, 2023, 5:40 a.m. UTC
There has been some update in ti-rpmsg-char library APIs, New commits aligns
with this update

Signed-off-by: Rahul T R <r-ravikumar@ti.com>
---

Notes:
    Requires: https://lists.yoctoproject.org/g/meta-ti/message/16556

    v2:
        Removed PR:append and added PV instead

 meta-arago-extras/recipes-devtools/statcol/statcol.bb | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/meta-arago-extras/recipes-devtools/statcol/statcol.bb b/meta-arago-extras/recipes-devtools/statcol/statcol.bb
index 5cae05d7..f729b91b 100644
--- a/meta-arago-extras/recipes-devtools/statcol/statcol.bb
+++ b/meta-arago-extras/recipes-devtools/statcol/statcol.bb
@@ -3,9 +3,10 @@  SUMMARY = "Statistics collector application"
 LICENSE = "TI-TSPA"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=bb6bc27cd44417c389a180bd62f552a0"
 
+PV = "1.0.4+git${SRCPV}"
 PROTOCOL = "https"
 BRANCH = "master"
-SRCREV = "dd0131eadf3633e8f9d06cb390d3c6c1b074d873"
+SRCREV = "279bf455bc3dec69f374d46a8225687935f4323a"
 SRC_URI = "git://git.ti.com/git/glsdk/statcol.git;protocol=${PROTOCOL};branch=${BRANCH}"
 
 DEPENDS = "ti-rpmsg-char websocketd"
@@ -19,6 +20,4 @@  do_install() {
 	DESTDIR=${D} make install
 }
 
-PR:append = "_3"
-
 INSANE_SKIP:${PN} = "ldflags"