From: Kazumasa Mitsunari Date: Fri, 14 Dec 2018 02:28:03 +0000 (+0900) Subject: Bump qlibwindowmanager revision X-Git-Tag: 6.99.3~13 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=bee4637d02a07f56b1ae41bf7551ac68895ed61d;p=AGL%2Fmeta-agl-devel.git Bump qlibwindowmanager revision This patch includes the followings 3ff0715 Inherit LibWindowmanager d186c2c Use simple API of libwindowmanager 93b1927 Fix memory leak when application dead Change-Id: I75b29152c7ea6cb75ccdff06baa7049603ed5191 Signed-off-by: Kazumasa Mitsunari --- diff --git a/meta-hmi-framework/recipes-graphics/qlibwindowmanager/qlibwindowmanager_git.bb b/meta-hmi-framework/recipes-graphics/qlibwindowmanager/qlibwindowmanager_git.bb index facbd074..883ab82d 100644 --- a/meta-hmi-framework/recipes-graphics/qlibwindowmanager/qlibwindowmanager_git.bb +++ b/meta-hmi-framework/recipes-graphics/qlibwindowmanager/qlibwindowmanager_git.bb @@ -9,6 +9,6 @@ RDEPENDS_${PN} = "libwindowmanager" inherit qmake5 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libqtwindowmanager.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "744df8b7c6ccb4e2254e452eec82f5d0703417cf" +SRCREV = "3ff07151af5040842dd1e56d8312ee39cc50f533" S = "${WORKDIR}/git" PV = "1.0+git${SRCPV}"