summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/gpu-viv-bin-mx6q
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@piout.net>2012-11-27 13:55:21 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2012-11-27 11:06:00 -0200
commit6ee20daf053e52af8bff542a554ee253d9981b0d (patch)
tree6c89dc032c75ab3392ae265fb0a33bde6543efe5 /recipes-graphics/gpu-viv-bin-mx6q
parent7b85d263642757e92e5f198372439bf682e1d2f4 (diff)
downloadmeta-fsl-arm-6ee20daf053e52af8bff542a554ee253d9981b0d.tar.gz
gpu-viv-bin-mx6q.inc: remove warning about driver being stripped
Signed-off-by: Alexandre Belloni <alexandre.belloni@piout.net>
Diffstat (limited to 'recipes-graphics/gpu-viv-bin-mx6q')
-rw-r--r--recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
index 895ff7e..1f63a0b 100644
--- a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
+++ b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
@@ -7,7 +7,7 @@ LICENSE = "Proprietary"
7LIC_FILES_CHKSUM = "file://usr/include/gc_vdk.h;endline=11;md5=092bc28e13d678ceaebe1a40559275fb" 7LIC_FILES_CHKSUM = "file://usr/include/gc_vdk.h;endline=11;md5=092bc28e13d678ceaebe1a40559275fb"
8PROVIDES += "virtual/libgal-x11 virtual/egl virtual/libgles1 virtual/libgles2 libvivante-dri-mx6" 8PROVIDES += "virtual/libgal-x11 virtual/egl virtual/libgles1 virtual/libgles2 libvivante-dri-mx6"
9 9
10INC_PR = "r0" 10INC_PR = "r1"
11 11
12inherit fsl-eula-unpack 12inherit fsl-eula-unpack
13 13
@@ -33,6 +33,9 @@ PACKAGES =+ "libclc-mx6 libclc-mx6-dev libclc-mx6-dbg \
33 libvivante-common-mx6 libvivante-common-mx6-dev libvivante-common-mx6-dbg \ 33 libvivante-common-mx6 libvivante-common-mx6-dev libvivante-common-mx6-dbg \
34 " 34 "
35 35
36# Inhibit warnings about files being stripped.
37INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
38
36# FIXME: The provided binary doesn't provide soname. If in future BSP 39# FIXME: The provided binary doesn't provide soname. If in future BSP
37# release the libraries are fixed, we can drop this hack. 40# release the libraries are fixed, we can drop this hack.
38SOLIBS = "${SOLIBSDEV}" 41SOLIBS = "${SOLIBSDEV}"