diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-07-04 07:10:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-07-04 07:10:23 +0000 |
commit | 3e9a0a7b932727b851a6090326ce58999f8cdeb2 (patch) | |
tree | 80311716ff3bda7929b34d0a40beb88df6d14e67 /meta-hmi-framework | |
parent | 3c7785ecb9f69c62bad390e0395d122cf825a819 (diff) | |
parent | 40bdf57a1cb61ddb60463c4b5d3c8860d095a290 (diff) |
Merge changes from topic '14855'
* changes:
Update: libraries for window manager client
Update: update agl-service-windowmanager-2017
Diffstat (limited to 'meta-hmi-framework')
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb b/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb index 9514c0d1..313b55a4 100644 --- a/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb +++ b/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb @@ -15,7 +15,7 @@ DEPENDS = "af-binder json-c wayland wayland-ivi-extension wayland-native" inherit cmake aglwgt SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-windowmanager-2017;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "c146ba77b6546ac6703b41072a7f0b1a72803d63" +SRCREV = "6373ce04e2d6c6ae77246bcf7560447b3daaed3d" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" diff --git a/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb b/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb index 17a7ac11..2082fefa 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-2017" inherit cmake SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/libwindowmanager.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "026af4256b9b69ffd52972d6da0cb394dff2b0e6" +SRCREV = "f27a437b3dd6fead9566743ce6051dc6adde5eab" S = "${WORKDIR}/git" PV = "1.0+git${SRCPV}" diff --git a/meta-hmi-framework/recipes-graphics/qlibwindowmanager/qlibwindowmanager_git.bb b/meta-hmi-framework/recipes-graphics/qlibwindowmanager/qlibwindowmanager_git.bb index 470c3b81..f2418e6a 100644 --- a/meta-hmi-framework/recipes-graphics/qlibwindowmanager/qlibwindowmanager_git.bb +++ b/meta-hmi-framework/recipes-graphics/qlibwindowmanager/qlibwindowmanager_git.bb @@ -9,5 +9,5 @@ RDEPENDS_${PN} = "libwindowmanager" inherit qmake5 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/qlibwindowmanager.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "77460e797c950f6a2c742cc8604a58b5deb86616" +SRCREV = "ee162e3e74baa74411441304edf8389eeab04995" S = "${WORKDIR}/git" |