From cd31011bba76a86e577ad59b83ffc374172fb6de Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Fri, 13 May 2022 00:26:04 +0900 Subject: Revert "drm-lease-manager: Add lease-manager deamon to runtime dependencies" The original patch added drm-lease-manager runtime dependency to wayland compositor recipes. As a result, when wayland compositor install to image, drm-lease-manager is force install to that image. In case of container integrations, drm-lease-manager shall install to one root file system image only. Because drm master (leaser) can run only one process in one linux system. This patch broke this limitations silently. The other images of rootfs with drm-master cause runtime error of drm-lease-mabager. This runtime dependency need to delete. Bug-AGL : SPEC-4373 This reverts commit 0452f5635eac8105a7fb3bd4fb78af1f016c7ee7. Change-Id: Ifc471f2597e43897c0c2315851258d62b832ac8e Signed-off-by: Naoto Yamaguchi --- meta-agl-drm-lease/recipes-graphics/weston/weston_8.0.0.bbappend | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-agl-drm-lease/recipes-graphics/weston') diff --git a/meta-agl-drm-lease/recipes-graphics/weston/weston_8.0.0.bbappend b/meta-agl-drm-lease/recipes-graphics/weston/weston_8.0.0.bbappend index 9b8298d8..9e4630d8 100644 --- a/meta-agl-drm-lease/recipes-graphics/weston/weston_8.0.0.bbappend +++ b/meta-agl-drm-lease/recipes-graphics/weston/weston_8.0.0.bbappend @@ -10,5 +10,3 @@ SRC_URI:append = " \ PACKAGECONFIG[drm-lease] = "-Ddrm-lease=true,-Ddrm-lease=false,drm-lease-manager" PACKAGECONFIG:append = " drm-lease" - -RDEPENDS:${PN}:append = " drm-lease-manager" -- cgit 1.2.3-korg