From 56fb42a746cd60d66e6dbc22333cbc44d1bea9f1 Mon Sep 17 00:00:00 2001 From: Suman Anna Date: Wed, 4 Nov 2020 21:37:29 +0000 Subject: 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 Signed-off-by: Dan Murphy --- recipes-ti/ipc/ti-rpmsg-char.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-ti') diff --git a/recipes-ti/ipc/ti-rpmsg-char.inc b/recipes-ti/ipc/ti-rpmsg-char.inc index 22749088..b37672a6 100644 --- a/recipes-ti/ipc/ti-rpmsg-char.inc +++ b/recipes-ti/ipc/ti-rpmsg-char.inc @@ -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" -- cgit v1.2.3-54-g00ecf