diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2017-12-06 18:52:58 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-10 10:58:17 +0000 |
commit | ba43a150ba103843c9e70bab288f8c37a77324a2 (patch) | |
tree | d89cc4c9d07931e0bd358fa37f0748d082b40a71 /meta-hmi-framework | |
parent | 29a042e64d1ffdf885ec5ca72bdf3ef59e01799c (diff) |
Update libwindowmanager SRCREV
The following commit is added
d98f1a6 Remove exit code when the websocket connection is disconnected
Change-Id: Ic0bb31967436e8a9e7d8dd8a22d588aa2fe7d28a
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'meta-hmi-framework')
-rw-r--r-- | meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb b/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb index d2b5c223..2ddffb12 100644 --- a/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb +++ b/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb @@ -10,5 +10,5 @@ RDEPENDS_${PN} = "agl-service-windowmanager-2017" inherit cmake SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/libwindowmanager.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "9b8407501c13275a831942578bf52e3a7b0b3248" +SRCREV = "d98f1a66cdf83b70e3a84f0e3faeb72f12ac99bb" S = "${WORKDIR}/git" |