From 281aa09ca53eab353745ce2844dd86aea5c7d6ca Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Thu, 4 Oct 2018 11:45:56 +0900 Subject: agl-service-windowmanager : Drop -2017 Move repository from agl-service-windowmanager-2017 to agl-service-windowmanager This includes a bug fix 6a20800 Fix memory leak Change-Id: I5905509a12f2db407766219ed1a1d536d83bb1fe Signed-off-by: Kazumasa Mitsunari --- .../agl-service-windowmanager-2017_git.bb | 23 ---------------------- .../agl-service-windowmanager_git.bb | 23 ++++++++++++++++++++++ .../libwindowmanager/libwindowmanager_git.bb | 2 +- .../packagegroups/packagegroup-hmi-framework.bb | 2 +- 4 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb create mode 100644 meta-hmi-framework/recipes-graphics/agl-service-windowmanager/agl-service-windowmanager_git.bb 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 deleted file mode 100644 index f0f92e30..00000000 --- a/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "Window Manager service binding for applications" -DESCRIPTION = "Window Manager 2017 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 \ - " -HOMEPAGE = "https://wiki.automotivelinux.org/windowmanager" -SECTION = "graphics" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93 \ - file://LICENSE.MIT;md5=a7514fe5664902e337bd8a4443d8f348" - -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" -PV = "1.0+git${SRCPV}" -S = "${WORKDIR}/git" - -#If you would like to output log, uncomment out -EXTRA_OECMAKE_append_agl-devel = " -DENABLE_DEBUG_OUTPUT=ON " 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 new file mode 100644 index 00000000..246508ab --- /dev/null +++ b/meta-hmi-framework/recipes-graphics/agl-service-windowmanager/agl-service-windowmanager_git.bb @@ -0,0 +1,23 @@ +SUMMARY = "Window Manager service binding for applications" +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 \ + " +HOMEPAGE = "https://wiki.automotivelinux.org/windowmanager" +SECTION = "graphics" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93 \ + file://LICENSE.MIT;md5=a7514fe5664902e337bd8a4443d8f348" + +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;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "6a20800629fca350b00ce71a09ba4d71e2f2ee1d" +PV = "1.0+git${SRCPV}" +S = "${WORKDIR}/git" + +#If you would like to output log, uncomment out +EXTRA_OECMAKE_append_agl-devel = " -DENABLE_DEBUG_OUTPUT=ON " 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 diff --git a/meta-hmi-framework/recipes-platform/packagegroups/packagegroup-hmi-framework.bb b/meta-hmi-framework/recipes-platform/packagegroups/packagegroup-hmi-framework.bb index 2f0fe080..cf704e63 100644 --- a/meta-hmi-framework/recipes-platform/packagegroups/packagegroup-hmi-framework.bb +++ b/meta-hmi-framework/recipes-platform/packagegroups/packagegroup-hmi-framework.bb @@ -10,7 +10,7 @@ PR = "2" inherit packagegroup RDEPENDS_${PN} += " \ - agl-service-windowmanager-2017 \ + agl-service-windowmanager \ agl-service-homescreen \ homescreen \ libwindowmanager \ -- cgit 1.2.3-korg