aboutsummaryrefslogtreecommitdiffstats
path: root/meta-hmi-framework/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'meta-hmi-framework/recipes-graphics')
-rw-r--r--meta-hmi-framework/recipes-graphics/agl-service-windowmanager/agl-service-windowmanager_git.bb (renamed from meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb)6
-rw-r--r--meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb2
2 files changed, 4 insertions, 4 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/agl-service-windowmanager_git.bb
index f0f92e30..246508ab 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/agl-service-windowmanager_git.bb
@@ -1,5 +1,5 @@
SUMMARY = "Window Manager service binding for applications"
-DESCRIPTION = "Window Manager 2017 is the service binding for controlling \
+DESCRIPTION = "Window Manager is the service binding for controlling \
rendering rights. Applications request to render itself, \
then Window Manager checks the policy and notifies the \
layout to the respective applications \
@@ -14,8 +14,8 @@ 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 = "e65b048f311335ee550ac51f97f8ce50468babf9"
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-windowmanager;protocol=https;branch=${AGL_BRANCH}"
+SRCREV = "6a20800629fca350b00ce71a09ba4d71e2f2ee1d"
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 dcfbbaa9..2c601b77 100644
--- a/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb
+++ b/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb
@@ -5,7 +5,7 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
DEPENDS = "af-binder json-c"
-RDEPENDS_${PN} = "agl-service-windowmanager-2017"
+RDEPENDS_${PN} = "agl-service-windowmanager"
inherit cmake