From 373d217cee37d60bcf4bd15c96c5955d376ad370 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Sat, 9 Apr 2016 03:47:22 +0200 Subject: RDEPEND libgbm-dev in the gles-user-module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To keep core-image-minimal clean of the 3rdparty components, we need to add the requirements where they are needed and not globally in the local.conf.sample - fix this. Change-Id: I202fd35a5d081f0634a4b22a7f7ad55a80a34260 Signed-off-by: Jan-Simon Möller --- meta-rcar-gen2/recipes-graphics/gles-module/gles-user-module.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-rcar-gen2/recipes-graphics/gles-module') diff --git a/meta-rcar-gen2/recipes-graphics/gles-module/gles-user-module.bb b/meta-rcar-gen2/recipes-graphics/gles-module/gles-user-module.bb index f9f8864..1845c98 100644 --- a/meta-rcar-gen2/recipes-graphics/gles-module/gles-user-module.bb +++ b/meta-rcar-gen2/recipes-graphics/gles-module/gles-user-module.bb @@ -6,7 +6,7 @@ LICENSE = "CLOSED" PN = "gles-user-module" PR = "r0" -RDEPENDS_${PN} = "gles-kernel-module" +RDEPENDS_${PN} = "gles-kernel-module libgbm" COMPATIBLE_MACHINE = "(r8a7790|r8a7791|r8a7793|r8a7794)" PACKAGE_ARCH = "${MACHINE_ARCH}" -- cgit 1.2.3-korg