diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-02-02 18:40:43 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-02-05 17:03:54 +0000 |
commit | f4452350f4140e650d9151d97afb92eac78e0846 (patch) | |
tree | 6d4e072f2c0c1cfbc848d4b65a9a023e5005d653 /meta-hmi-framework | |
parent | 716079fdf899898ad144b92520a318da54dff558 (diff) |
Update agl-service-windowmanager-2017 revision
From this patch, this recipe uses "AGL_DEFAULT_REVISION".
This patch updates the followings
a94f6c6 Change the protocol from ivi-controller to ivi-wm
7614135 Fix screen flicker
Bug-AGL: SPEC-1244
Change-Id: Ia613159ab150008f38502b3097c896946ce14ca2
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'meta-hmi-framework')
-rw-r--r-- | meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb | 2 |
1 files changed, 1 insertions, 1 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 b5245602..4409e62b 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 = "17339414fd26e831710b0b7f3a429b4dfb868d45" +SRCREV = "${AGL_DEFAULT_REVISION}" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" |