From af8298d74955c3ef63482f37808f391d05623220 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 16 Feb 2015 12:03:27 -0200 Subject: [PATCH] libz160: Add a build-dependency on AMD GPU This fixes the following warning: ,---- | WARNING: QA Issue: libz160 requires libgsl-fsl.so.1, but no providers | in its RDEPENDS [file-rdeps] `---- Change-Id: I920eb5f31f94118ed46105545b9d0bd175151690 Signed-off-by: Otavio Salvador --- .../recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb b/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb index 1ff762a3..43b9f7ff 100644 --- a/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb +++ b/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb @@ -1,9 +1,12 @@ +# Copyright (C) 2011-2015 O.S. Systems Software LTDA. # Copyright (C) 2011, 2012 Freescale # Released under the MIT license (see COPYING.MIT for the terms) DESCRIPTION = "AMD libz160 gpu driver" LICENSE = "Proprietary" SECTION = "libs" +DEPENDS = "amd-gpu-mx51" + PR = "r2" #todo: Replace for correct AMD license -- 2.40.1