diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-14 10:22:18 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-14 10:22:55 +0100 |
commit | a3b6251cde0eac26132c065da26a4a6404d9dc26 (patch) | |
tree | 6787951bd3af4681b0bac0d48cd915b03edb541a /meta-hmi-framework/recipes-graphics | |
parent | 671b07341d2bf6f2ea098f823e11a2e2d9b2b683 (diff) |
Integrate Tanikawa XDG Support
Bug-AGL: SPEC-1096
Change-Id: I41ccd3940638295c261eb929f1e290dff3d4f293
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'meta-hmi-framework/recipes-graphics')
2 files changed, 2 insertions, 2 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 bab60cd2..f6ac8e42 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 = "7fb167a27e9e12ef38c5942cf73679bff12a5b25" +SRCREV = "d6cd19121e0821cf40633533ae22c93c88f9e33b" S = "${WORKDIR}/git" #If you would like to output log, uncomment out diff --git a/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb b/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb index 6f1a20d4..4e34ace0 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 = "c2e7ca876cc70b52d39e0cce3aa8dffcd5f90cc8" +SRCREV = "68462c7180f69f2c9df1e161a0f86a1f52f33360" S = "${WORKDIR}/git" |