From bcdcd7096bf2ac7b0fa3b567f9f03bd3a2a1427d Mon Sep 17 00:00:00 2001 From: Kenta Date: Tue, 1 Oct 2024 17:32:11 +0900 Subject: Unified HMI: Remove unnecessary DEPENDS Due to previous change in remote-virtio-gpu, there is no longer any dependency to agl-compositor, so just remove it. Bug-AGL: SPEC-5252 Change-Id: Id19d5bb0cf9c5a4bb3ace7e65754bbc11d1bb809 Signed-off-by: Kenta --- .../recipes-graphics/remote-virtio-gpu/remote-virtio-gpu_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-uhmi/meta-rvgpu/recipes-graphics/remote-virtio-gpu/remote-virtio-gpu_git.bb') diff --git a/meta-uhmi/meta-rvgpu/recipes-graphics/remote-virtio-gpu/remote-virtio-gpu_git.bb b/meta-uhmi/meta-rvgpu/recipes-graphics/remote-virtio-gpu/remote-virtio-gpu_git.bb index d59c15b2..31416260 100644 --- a/meta-uhmi/meta-rvgpu/recipes-graphics/remote-virtio-gpu/remote-virtio-gpu_git.bb +++ b/meta-uhmi/meta-rvgpu/recipes-graphics/remote-virtio-gpu/remote-virtio-gpu_git.bb @@ -11,7 +11,7 @@ SRC_URI:append = " \ S = "${WORKDIR}/git" -DEPENDS = "virglrenderer virtual/libgbm wayland wayland-native libepoxy libinput linux-libc-headers agl-compositor virtio-loopback-driver" +DEPENDS = "virglrenderer virtual/libgbm wayland wayland-native libepoxy libinput virtio-loopback-driver" RDEPENDS:${PN} = " wayland libgles2" inherit cmake pkgconfig -- cgit 1.2.3-korg