diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-20 19:35:28 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-20 19:35:28 +0200 |
commit | fa296c64e42de57ac8df8fb7b9c30e393ed71ce9 (patch) | |
tree | 4c42fae02380e57cb9c84780acbe0b15d3c81e69 /recipes-graphics | |
parent | ad47faedafa86c2441a1a5c8acecb1ac969ad8cc (diff) | |
download | meta-ti-fa296c64e42de57ac8df8fb7b9c30e393ed71ce9.tar.gz |
libgles-omap3: adjust INSANE_SKIP to match the new format
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/libgles/libgles-omap3.inc | 18 |
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 |
4 | LIC_FILES_CHKSUM = "file://TSPA.txt;md5=c0d5d9c1e38b41677144c4e24d6ddee1" | 4 | LIC_FILES_CHKSUM = "file://TSPA.txt;md5=c0d5d9c1e38b41677144c4e24d6ddee1" |
5 | 5 | ||
6 | PR = "r16" | 6 | PR = "r17" |
7 | 7 | ||
8 | COMPATIBLE_MACHINE = "(omap3|ti816x)" | 8 | COMPATIBLE_MACHINE = "(omap3|ti816x)" |
9 | 9 | ||
@@ -255,14 +255,14 @@ RRECOMMENDS_${PN} = "omap3-sgx-modules" | |||
255 | RDEPENDS_${PN} += "fbset devmem2" | 255 | RDEPENDS_${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 :( |
258 | INSANE_SKIP_${PN} = True | 258 | INSANE_SKIP_${PN} = "ldflags dev-so" |
259 | INSANE_SKIP_${PN}-blitwsegl = True | 259 | INSANE_SKIP_${PN}-blitwsegl = "ldflags" |
260 | INSANE_SKIP_${PN}-flipwsegl = True | 260 | INSANE_SKIP_${PN}-flipwsegl = "ldflags" |
261 | INSANE_SKIP_${PN}-frontwsegl = True | 261 | INSANE_SKIP_${PN}-frontwsegl = "ldflags" |
262 | INSANE_SKIP_${PN}-linuxfbwsegl = True | 262 | INSANE_SKIP_${PN}-linuxfbwsegl = "ldflags" |
263 | INSANE_SKIP_${PN}-x11wsegl = True | 263 | INSANE_SKIP_${PN}-x11wsegl = "ldflags dev-so" |
264 | INSANE_SKIP_${PN}-tests = True | 264 | INSANE_SKIP_${PN}-tests = "ldflags" |
265 | INSANE_SKIP_xserver-kdrive-powervrsgx = True | 265 | INSANE_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: |
268 | FILES_${PN} += "${libdir}/*.so " | 268 | FILES_${PN} += "${libdir}/*.so " |