From: Bocklage, Jens Date: Tue, 18 Oct 2016 16:23:26 +0000 (+0200) Subject: WindowManager handles the surfaces now correct. X-Git-Tag: 3.0.0~101 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=b5cbc82b0fe8b1761ae629b13f0042474aaa7d0d;p=AGL%2Fmeta-agl-demo.git WindowManager handles the surfaces now correct. A new layer is created for all surfaces that belong to the same creator process. These layers are used to scale the application surfaces to the correct layout application render area. Signed-off-by: Bocklage, Jens --- diff --git a/recipes-demo-hmi/HomeScreen/HomeScreen_0.3.1.bb b/recipes-demo-hmi/HomeScreen/HomeScreen_0.3.3.bb similarity index 94% rename from recipes-demo-hmi/HomeScreen/HomeScreen_0.3.1.bb rename to recipes-demo-hmi/HomeScreen/HomeScreen_0.3.3.bb index 614e91134..dee561d42 100644 --- a/recipes-demo-hmi/HomeScreen/HomeScreen_0.3.1.bb +++ b/recipes-demo-hmi/HomeScreen/HomeScreen_0.3.3.bb @@ -3,7 +3,7 @@ DESCRIPTION = "AGL Home Screen Application + SampleAppTimeDate + HomeScreenAppFr HOMEPAGE = "https://wiki.automotivelinux.org/homescreen" LICENSE = "Apache-2.0" SECTION = "apps" -PV = "0.3.1+gitr${SRCPV}" +PV = "0.3.3+gitr${SRCPV}" PR = "r1" S = "${WORKDIR}/git/" @@ -16,7 +16,7 @@ DEPENDS += " pkgmgr-info aul " DEPENDS += " wayland-ivi-extension " LIC_FILES_CHKSUM = "file://HomeScreen/LICENSE;md5=ae6497158920d9524cf208c09cc4c984" -SRCREV = "c32114eb2ccbe142d73c06a5992544d6eacb97d0" +SRCREV = "824bfd42b0105b0aeffbc33a87285578abda2f3b" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/p/staging/HomeScreen.git;protocol=http"