]> code.ossystems Code Review - meta-freescale.git/commitdiff
gpu-viv-bin-mx6q.inc: remove warning about driver being stripped
authorAlexandre Belloni <alexandre.belloni@piout.net>
Tue, 27 Nov 2012 12:55:21 +0000 (13:55 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 27 Nov 2012 13:06:00 +0000 (11:06 -0200)
Signed-off-by: Alexandre Belloni <alexandre.belloni@piout.net>
meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc

index 895ff7e86dd69d62e0b040b1218f74f9910765cb..1f63a0bed00f714f3a6bc292c5add2244b4a386f 100644 (file)
@@ -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}"