diff options
| author | Suman Anna <s-anna@ti.com> | 2020-11-04 21:37:29 +0000 |
|---|---|---|
| committer | Dan Murphy <dmurphy@ti.com> | 2020-11-06 07:07:30 -0600 |
| commit | 9866bb8e50e3c4d0bb9e6aed4aaa2f9a740b00fa (patch) | |
| tree | db1ee83ea1fb59384a4498d438ed711c07286b7c /recipes-ti | |
| parent | ddc999c436c86f26b2350b12760bf4aaff2e9edd (diff) | |
| download | meta-ti-9866bb8e50e3c4d0bb9e6aed4aaa2f9a740b00fa.tar.gz | |
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>
Diffstat (limited to 'recipes-ti')
| -rw-r--r-- | recipes-ti/ipc/ti-rpmsg-char.inc | 6 |
1 files changed, 3 insertions, 3 deletions
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" | |||
| 7 | BRANCH = "master" | 7 | BRANCH = "master" |
| 8 | SRC_URI = "git://git.ti.com/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" | 8 | SRC_URI = "git://git.ti.com/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" |
| 9 | 9 | ||
| 10 | # Initial 0.1.0 release | 10 | # Initial 0.2.0 release |
| 11 | SRCREV = "8ab86e58c97b50fcf977ce8599e38fc8b517e962" | 11 | SRCREV = "ecee54d2bd5125d4e78028013433b568a2b72d07" |
| 12 | 12 | ||
| 13 | PV = "0.1.0+git${SRCPV}" | 13 | PV = "0.2.0+git${SRCPV}" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 16 | 16 | ||
