mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
libgles-omap3: adjust INSANE_SKIP to match the new format
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -3,7 +3,7 @@ LICENSE = "proprietary-binary"
|
||||
# 'TSPA.txt' might not be the best file to md5sum
|
||||
LIC_FILES_CHKSUM = "file://TSPA.txt;md5=c0d5d9c1e38b41677144c4e24d6ddee1"
|
||||
|
||||
PR = "r16"
|
||||
PR = "r17"
|
||||
|
||||
COMPATIBLE_MACHINE = "(omap3|ti816x)"
|
||||
|
||||
@@ -255,14 +255,14 @@ RRECOMMENDS_${PN} = "omap3-sgx-modules"
|
||||
RDEPENDS_${PN} += "fbset devmem2"
|
||||
|
||||
#HACK! These are binaries, so we can't guarantee that LDFLAGS match :(
|
||||
INSANE_SKIP_${PN} = True
|
||||
INSANE_SKIP_${PN}-blitwsegl = True
|
||||
INSANE_SKIP_${PN}-flipwsegl = True
|
||||
INSANE_SKIP_${PN}-frontwsegl = True
|
||||
INSANE_SKIP_${PN}-linuxfbwsegl = True
|
||||
INSANE_SKIP_${PN}-x11wsegl = True
|
||||
INSANE_SKIP_${PN}-tests = True
|
||||
INSANE_SKIP_xserver-kdrive-powervrsgx = True
|
||||
INSANE_SKIP_${PN} = "ldflags dev-so"
|
||||
INSANE_SKIP_${PN}-blitwsegl = "ldflags"
|
||||
INSANE_SKIP_${PN}-flipwsegl = "ldflags"
|
||||
INSANE_SKIP_${PN}-frontwsegl = "ldflags"
|
||||
INSANE_SKIP_${PN}-linuxfbwsegl = "ldflags"
|
||||
INSANE_SKIP_${PN}-x11wsegl = "ldflags dev-so"
|
||||
INSANE_SKIP_${PN}-tests = "ldflags"
|
||||
INSANE_SKIP_xserver-kdrive-powervrsgx = "ldflags"
|
||||
|
||||
# Quality control is really poor on these SDKs, so hack around the latest madness:
|
||||
FILES_${PN} += "${libdir}/*.so "
|
||||
|
||||
Reference in New Issue
Block a user