diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2019-02-05 18:53:45 +0100 |
---|---|---|
committer | Stéphane Desneux <stephane.desneux@iot.bzh> | 2019-02-06 11:59:36 +0000 |
commit | 4cad9b51cd9f9745753a6f274535898270afb150 (patch) | |
tree | e229d49f623e387abe52885dc87b5ee5fa6fd0ab | |
parent | 11351889bc7896d9c0880a89c85c43e10c4e622f (diff) |
libwindowmanager: bump revisionhalibut_7.90.0halibut/7.90.07.90.0
Included changes:
* e88fb85 Improve integration of callsync
Bug-AGL: SPEC-2130
Change-Id: Ib6f93a728dafe2dbaca6324ade3e69f9cd33b339
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-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 2c601b77..645983b3 100644 --- a/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb +++ b/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb @@ -10,6 +10,6 @@ RDEPENDS_${PN} = "agl-service-windowmanager" inherit cmake SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libwindowmanager.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "f427515b412094b7feb09838793ce2e48118839d" +SRCREV = "e88fb8522d335b9a7fb723ae5656dc9b2e7850c7" S = "${WORKDIR}/git" PV = "1.0+git${SRCPV}" |