From 8d9e364d3d76a96273309f3a073a09a5839f0ddf Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sun, 15 Feb 2015 21:01:45 -0200 Subject: [PATCH] amd-gpu-x11-bin-mx51: Add a build-dependency on libxext The binaries link against the libxext so a build dependency should be add. This fixes following warning: ,---- | WARNING: QA Issue: libegl-mx51 rdepends on libxext, but it isn't a | build dependency? [build-deps] `---- Change-Id: Ia3bbfb430f046c24f0be37f0b10c3bbb489ad81a Signed-off-by: Otavio Salvador --- .../amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb b/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb index 6358aca0..d5dc8a8f 100644 --- a/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb +++ b/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb @@ -1,3 +1,4 @@ +# 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) @@ -6,7 +7,7 @@ PR = "r12" # FIXME: Replace for correct AMD license LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802" -DEPENDS = "virtual/libx11 libxrender" +DEPENDS = "virtual/libx11 libxrender libxext" include amd-gpu-mx51.inc -- 2.40.1