1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

ipc: ti-rpmsg-char: Update library to 0.6.9

update from 0.6.7 to 0.6.9.
This update brings the following fixes from ti-rpmsg-char repo.

09b064c src: fix misc warnings
5a9ec97 src: fix warnings for resource leak & string null
b4ef987 Fix Werror=stringop-truncation
dabdc21 lib: Fix klockwork warnings

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Praneeth Bajjuri
2025-03-20 13:51:22 -05:00
committed by Ryan Eatmon
parent ff40c24c32
commit 8685a28a32

View File

@@ -7,10 +7,10 @@ PROTOCOL = "https"
BRANCH = "master"
SRC_URI = "git://git.ti.com/git/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};"
# 0.6.7 release
SRCREV = "5100a2e4a4a951e40ea0708fa78960770ec0ac33"
# 0.6.9 release
SRCREV = "09b064c6663ed46e4a402291dd87c8fe96135bd7"
PV = "0.6.7+git"
PV = "0.6.9+git"
S = "${WORKDIR}/git"