diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2019-03-18 22:50:54 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-04-02 11:11:03 +0000 |
commit | 4ecb137abc1e72f71a3aa3d59ff323908d1f4e51 (patch) | |
tree | e8a46d1737c7255201b90b6aaf920b2842ab58d8 /meta-hmi-framework/recipes-graphics | |
parent | 3688e28f970fa7c4be5f96fd06b11cc34a0202c7 (diff) |
Bump agl-service-windowmanager
This commit include followings
3570009 Fix invalid markdown
464f20c Fix xdg-runcher doesn't show up
d4b18f9 Update ApplicationGuide.md
d917c56 Fix typo of documentation
4b05fbd autobuild: add autobuild scripts
b36dd41 Show [Current] and [To be] in WMLayer log
3a090e4 Change active/inactive state spec
ef03209 Output debug message corerctly
ceb1049 Introduce changeAreaSize and getAreaList
Change-Id: Icd7dbfb0fa2ca29162800176fbe39081985e6866
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'meta-hmi-framework/recipes-graphics')
-rw-r--r-- | meta-hmi-framework/recipes-graphics/agl-service-windowmanager/agl-service-windowmanager_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-hmi-framework/recipes-graphics/agl-service-windowmanager/agl-service-windowmanager_git.bb b/meta-hmi-framework/recipes-graphics/agl-service-windowmanager/agl-service-windowmanager_git.bb index 8785c3ab..79988124 100644 --- a/meta-hmi-framework/recipes-graphics/agl-service-windowmanager/agl-service-windowmanager_git.bb +++ b/meta-hmi-framework/recipes-graphics/agl-service-windowmanager/agl-service-windowmanager_git.bb @@ -9,14 +9,14 @@ SECTION = "graphics" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" -DEPENDS = "af-binder json-c wayland wayland-ivi-extension wayland-native" +DEPENDS = "af-binder json-c wayland wayland-ivi-extension" inherit cmake aglwgt SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-windowmanager;protocol=https;branch=${AGL_BRANCH} \ file://weston-ready.conf \ " -SRCREV = "a33cbe3e083318a4f48d44a645ee24447536e3a6" +SRCREV = "3570009a4073c5c1cc9a75dc93d68551bc34c48a" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" |