diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2016-11-30 22:51:35 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-12-01 21:53:25 +0000 |
commit | 3ecf5cc06c44d700a7f29d4ffb49ab4c4954bba7 (patch) | |
tree | 84a2b01f15f69362c8147b29f22d9a0b1e1eeb23 /recipes-openivi/openivi-html5/openivi-html5_git.bb | |
parent | 41effe677fc59faae4158650566286c62ac095d2 (diff) |
openivi-html5: Fix compatibility with IVI shell
Update openivi-html5 to latest version and modify
openivi-html5.sh to fix the compatibility with
Weston IVI shell.
Bug-AGL: SPEC-335
Change-Id: I015892f24e78c61283f57897c9741d608bcc383b
Suggested-by: Anton Gerasimov <anton@advancedtelematic.com>
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'recipes-openivi/openivi-html5/openivi-html5_git.bb')
-rw-r--r-- | recipes-openivi/openivi-html5/openivi-html5_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-openivi/openivi-html5/openivi-html5_git.bb b/recipes-openivi/openivi-html5/openivi-html5_git.bb index 1e6a96b29..4418b13bf 100644 --- a/recipes-openivi/openivi-html5/openivi-html5_git.bb +++ b/recipes-openivi/openivi-html5/openivi-html5_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4641e94ec96f98fabc56ff9cc48be14b" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI = " \ - git://github.com/openivimobility/openivi-html5.git;branch=master;tag=7e5d9574758e504b194d16a52e04a1cfe4320138 \ + git://github.com/openivimobility/openivi-html5.git;branch=master;tag=0b370eea8c7c852365bd717013a523b678abbdba \ file://openivi-html5.sh \ file://openivi-html5.service \ " |