diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2018-08-06 12:13:09 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-08-17 11:58:38 +0000 |
commit | 7d5e6b3190eeb77d74e19bdd362c435e3c52cd09 (patch) | |
tree | 8ccc4faa9374d641c2df86652a2fe604bebbd7a1 /recipes-demo-hmi/libhomescreen/libhomescreen-2017_git.bb | |
parent | a3aabe4137610e43f218279c5b26b9ab3ab6fd5b (diff) |
Update libhomescreen-2017
This patch includes the followings
de99f92 Use appid between homescreen-service and apps
Bug-AGL: SPEC-1645
Relative Commit: https://gerrit.automotivelinux.org/gerrit/#/c/16011/
Change-Id: Ie70a1b213fbce8027ee29107993ad00c25139356
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'recipes-demo-hmi/libhomescreen/libhomescreen-2017_git.bb')
-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 f496efa4a..1ff91ac47 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 = "ba66f5506b4abdaf61ff5caa51dadc3d397fe5a0" +SRCREV = "de99f924d0e2054b3c7e93562b0d965b3970fd0c" S = "${WORKDIR}/git" do_install_append() { |