summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-20 19:35:28 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-20 19:35:28 +0200
commitfa296c64e42de57ac8df8fb7b9c30e393ed71ce9 (patch)
tree4c42fae02380e57cb9c84780acbe0b15d3c81e69
parentad47faedafa86c2441a1a5c8acecb1ac969ad8cc (diff)
downloadmeta-ti-fa296c64e42de57ac8df8fb7b9c30e393ed71ce9.tar.gz
libgles-omap3: adjust INSANE_SKIP to match the new format
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--recipes-graphics/libgles/libgles-omap3.inc18
1 files changed, 9 insertions, 9 deletions
diff --git a/recipes-graphics/libgles/libgles-omap3.inc b/recipes-graphics/libgles/libgles-omap3.inc
index 66b37044..4459befb 100644
--- a/recipes-graphics/libgles/libgles-omap3.inc
+++ b/recipes-graphics/libgles/libgles-omap3.inc
@@ -3,7 +3,7 @@ LICENSE = "proprietary-binary"
3# 'TSPA.txt' might not be the best file to md5sum 3# 'TSPA.txt' might not be the best file to md5sum
4LIC_FILES_CHKSUM = "file://TSPA.txt;md5=c0d5d9c1e38b41677144c4e24d6ddee1" 4LIC_FILES_CHKSUM = "file://TSPA.txt;md5=c0d5d9c1e38b41677144c4e24d6ddee1"
5 5
6PR = "r16" 6PR = "r17"
7 7
8COMPATIBLE_MACHINE = "(omap3|ti816x)" 8COMPATIBLE_MACHINE = "(omap3|ti816x)"
9 9
@@ -255,14 +255,14 @@ RRECOMMENDS_${PN} = "omap3-sgx-modules"
255RDEPENDS_${PN} += "fbset devmem2" 255RDEPENDS_${PN} += "fbset devmem2"
256 256
257#HACK! These are binaries, so we can't guarantee that LDFLAGS match :( 257#HACK! These are binaries, so we can't guarantee that LDFLAGS match :(
258INSANE_SKIP_${PN} = True 258INSANE_SKIP_${PN} = "ldflags dev-so"
259INSANE_SKIP_${PN}-blitwsegl = True 259INSANE_SKIP_${PN}-blitwsegl = "ldflags"
260INSANE_SKIP_${PN}-flipwsegl = True 260INSANE_SKIP_${PN}-flipwsegl = "ldflags"
261INSANE_SKIP_${PN}-frontwsegl = True 261INSANE_SKIP_${PN}-frontwsegl = "ldflags"
262INSANE_SKIP_${PN}-linuxfbwsegl = True 262INSANE_SKIP_${PN}-linuxfbwsegl = "ldflags"
263INSANE_SKIP_${PN}-x11wsegl = True 263INSANE_SKIP_${PN}-x11wsegl = "ldflags dev-so"
264INSANE_SKIP_${PN}-tests = True 264INSANE_SKIP_${PN}-tests = "ldflags"
265INSANE_SKIP_xserver-kdrive-powervrsgx = True 265INSANE_SKIP_xserver-kdrive-powervrsgx = "ldflags"
266 266
267# Quality control is really poor on these SDKs, so hack around the latest madness: 267# Quality control is really poor on these SDKs, so hack around the latest madness:
268FILES_${PN} += "${libdir}/*.so " 268FILES_${PN} += "${libdir}/*.so "