From 988e4a0a62cee15003d8f66c9e0ccecf3c6bc5da Mon Sep 17 00:00:00 2001 From: Alexandre Belloni Date: Tue, 27 Nov 2012 13:55:21 +0100 Subject: [PATCH] gpu-viv-bin-mx6q.inc: remove warning about driver being stripped Signed-off-by: Alexandre Belloni --- .../recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc b/meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc index 895ff7e8..1f63a0be 100644 --- a/meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc +++ b/meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc @@ -7,7 +7,7 @@ LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://usr/include/gc_vdk.h;endline=11;md5=092bc28e13d678ceaebe1a40559275fb" PROVIDES += "virtual/libgal-x11 virtual/egl virtual/libgles1 virtual/libgles2 libvivante-dri-mx6" -INC_PR = "r0" +INC_PR = "r1" inherit fsl-eula-unpack @@ -33,6 +33,9 @@ PACKAGES =+ "libclc-mx6 libclc-mx6-dev libclc-mx6-dbg \ libvivante-common-mx6 libvivante-common-mx6-dev libvivante-common-mx6-dbg \ " +# Inhibit warnings about files being stripped. +INHIBIT_PACKAGE_DEBUG_SPLIT = "1" + # FIXME: The provided binary doesn't provide soname. If in future BSP # release the libraries are fixed, we can drop this hack. SOLIBS = "${SOLIBSDEV}" -- 2.40.1