1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

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

Update the ti-rpmsg-char library to 0.2.0 version that includes
an improvement to signal handling logic.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
This commit is contained in:
Suman Anna
2020-11-04 21:37:29 +00:00
committed by Dan Murphy
parent ddc999c436
commit 9866bb8e50

View File

@@ -7,10 +7,10 @@ PROTOCOL = "git"
BRANCH = "master"
SRC_URI = "git://git.ti.com/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};"
# Initial 0.1.0 release
SRCREV = "8ab86e58c97b50fcf977ce8599e38fc8b517e962"
# Initial 0.2.0 release
SRCREV = "ecee54d2bd5125d4e78028013433b568a2b72d07"
PV = "0.1.0+git${SRCPV}"
PV = "0.2.0+git${SRCPV}"
S = "${WORKDIR}/git"