blob: 814ca0463722d202d351bbca129885757b610ba8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require libgles-omap3.inc
# Not released yet
DEFAULT_PREFERENCE = "-1"
PR = "r3"
SGXPV = "3_00_00_05"
IMGPV = "1.2.12.838"
# Quality control is really poor on these SDKs, so hack around the latest madness:
FILES_${PN} += "${libdir}/*.so"
FILES_${PN}-dev = "${includedir}"
|