diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-08-02 10:59:45 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-08-02 16:15:11 +0000 |
commit | 7b3e0e843593aecc1d734e969eba4bd2a054ab80 (patch) | |
tree | 9c15f68e12d9d6748070d85c44f44fda38442ba6 /recipes-demo-hmi | |
parent | 8d853962f123472f0e7217789f80c10c0191ade5 (diff) |
Update libhomescreen-2017
This patch includes the followings
ba66f55 Fix make widget bug for sample source
32f4569 Fix problem when pointer is nullptr.
58f6609 Fix not to release json_object on Event(Reply)
Bug-AGL: SPEC-1471
Change-Id: I9cf7e6138e933890ed9659dba8a89f70849dd363
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'recipes-demo-hmi')
-rw-r--r-- | recipes-demo-hmi/libhomescreen/libhomescreen-2017_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/libhomescreen/libhomescreen-2017_git.bb b/recipes-demo-hmi/libhomescreen/libhomescreen-2017_git.bb index b78f2f56e..f496efa4a 100644 --- a/recipes-demo-hmi/libhomescreen/libhomescreen-2017_git.bb +++ b/recipes-demo-hmi/libhomescreen/libhomescreen-2017_git.bb @@ -15,7 +15,7 @@ inherit cmake SRC_URI = "git://gerrit.automotivelinux.org/gerrit/p/src/libhomescreen.git;protocol=https;branch=${AGL_BRANCH} \ file://org.agl.statusbar.conf \ " -SRCREV = "d97eb6052b7652a42d502e5887bd7acf3fc6d91b" +SRCREV = "ba66f5506b4abdaf61ff5caa51dadc3d397fe5a0" S = "${WORKDIR}/git" do_install_append() { |