From 834c2e08e55d4b7901402060f3a06bffc4c847c9 Mon Sep 17 00:00:00 2001 From: Antia Puentes Date: Mon, 27 Jul 2020 18:27:48 +0200 Subject: wam: Delete windowmanager dependency Bug-AGL: SPEC-3497 Signed-off-by: Antia Puentes Change-Id: I7bf21b0017cb0f453eeddb0dd7d4b446850422e2 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25151 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- .../recipes-wam/wam/files/WebAppMgr@.service | 4 ++-- meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-agl-profile-graphical-html5/recipes-wam/wam/files/WebAppMgr@.service b/meta-agl-profile-graphical-html5/recipes-wam/wam/files/WebAppMgr@.service index 09573a76e..a908a7fb3 100644 --- a/meta-agl-profile-graphical-html5/recipes-wam/wam/files/WebAppMgr@.service +++ b/meta-agl-profile-graphical-html5/recipes-wam/wam/files/WebAppMgr@.service @@ -12,8 +12,8 @@ [Unit] Description="WebAppMgr is responsible for running web apps and manage their lifecycle" -After=afm-service-homescreen-service--0.1--main@%i.service afm-service-windowmanager-service--0.1--main@%i.service -Wants=afm-service-homescreen-service--0.1--main@%i.service afm-service-windowmanager-service--0.1--main@%i.service +After=afm-service-homescreen-service--0.1--main@%i.service +Wants=afm-service-homescreen-service--0.1--main@%i.service [Service] Type=simple diff --git a/meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb b/meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb index 2029d37a4..5a2bfa156 100644 --- a/meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb +++ b/meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca inherit cmake -DEPENDS = "glib-2.0 jsoncpp boost chromium68 wayland-ivi-extension libhomescreen libwindowmanager" +DEPENDS = "glib-2.0 jsoncpp boost chromium68 wayland-ivi-extension libhomescreen" EXTRA_OECMAKE = "\ -DCMAKE_BUILD_TYPE=Release \ -- cgit 1.2.3-korg