Discussion:
[meta-arago] [PATCH] evse-hmi: bump SRCREV to pick up the fix for character truncation issue
Eric Ruei
2018-11-14 20:47:50 UTC
Permalink
Signed-off-by: Eric Ruei <e-***@ti.com>
---
meta-arago-extras/recipes-apps/evse-hmi/evse-hmi_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-extras/recipes-apps/evse-hmi/evse-hmi_git.bb b/meta-arago-extras/recipes-apps/evse-hmi/evse-hmi_git.bb
index 27a58a9..e2d7b88 100644
--- a/meta-arago-extras/recipes-apps/evse-hmi/evse-hmi_git.bb
+++ b/meta-arago-extras/recipes-apps/evse-hmi/evse-hmi_git.bb
@@ -5,12 +5,12 @@ LIC_FILES_CHKSUM = "file://main.cpp;beginline=1;endline=33;md5=a9cde3921a8be42ed
inherit qt-provider

PV = "1.0"
-PR = "r0"
+PR = "r1"

BRANCH = "master"
SRC_URI = "git://git.ti.com/sitara-linux/evse-hmi.git;protocol=git;branch=${BRANCH}"

-SRCREV = "a257dfc05db311c74cb50838ff5b9e2cfb87dbfe"
+SRCREV = "d8c309d2832735f8df84db9993a01d861fdc02d7"

S = "${WORKDIR}/git"
--
1.9.1
Loading...