From 5698cf23837e1730f21766bf1b34227b61d20133 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Fri, 8 Sep 2017 23:22:34 +0200 Subject: Fix RSS-related issues for rcar gen2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For pyro we need to fix a few recipes to work with the recipe specific sysroot feature. Change-Id: I9cc12083675ea2522a1f453f603b034e911d79fd Bug-AGL: SPEC-646 Signed-off-by: Jan-Simon Möller --- meta-rcar-gen2/recipes-graphics/wayland/libgbm.bb | 2 +- meta-rcar-gen2/recipes-graphics/wayland/wayland-kms_1.4.0.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-rcar-gen2/recipes-graphics/wayland') diff --git a/meta-rcar-gen2/recipes-graphics/wayland/libgbm.bb b/meta-rcar-gen2/recipes-graphics/wayland/libgbm.bb index 3817fb1..38839c2 100644 --- a/meta-rcar-gen2/recipes-graphics/wayland/libgbm.bb +++ b/meta-rcar-gen2/recipes-graphics/wayland/libgbm.bb @@ -14,7 +14,7 @@ SRC_URI_append = " \ S = "${WORKDIR}/git" COMPATIBLE_MACHINE = "(r8a7790|r8a7791|r8a7793|r8a7794)" -DEPENDS = "wayland-kms" +DEPENDS = "wayland-kms systemd" inherit autotools pkgconfig diff --git a/meta-rcar-gen2/recipes-graphics/wayland/wayland-kms_1.4.0.bb b/meta-rcar-gen2/recipes-graphics/wayland/wayland-kms_1.4.0.bb index 91c83b4..53c0b81 100644 --- a/meta-rcar-gen2/recipes-graphics/wayland/wayland-kms_1.4.0.bb +++ b/meta-rcar-gen2/recipes-graphics/wayland/wayland-kms_1.4.0.bb @@ -10,7 +10,7 @@ SRC_URI = "git://github.com/thayama/wayland-kms;protocol=git;branch=master" COMPATIBLE_MACHINE = "(r8a7790|r8a7791|r8a7793|r8a7794)" S = "${WORKDIR}/git" -DEPENDS = "libdrm wayland gles-user-module" +DEPENDS = "libdrm wayland gles-user-module wayland-native" inherit autotools pkgconfig -- cgit 1.2.3-korg