aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/powervr-drivers/libgles-omap3_3.00.00.06.bb
blob: cc8ddca0f59a293a00ca2d722d3b224d5fff60d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
require libgles-omap3.inc

# Not released yet
#DEFAULT_PREFERENCE = "-1"
PR = "r7"

SGXPV = "3_00_00_06"
IMGPV = "1.3.13.1397"

do_accept_license() {
    export HOME="${WORKDIR}"
    echo "Y
q
Y
${S}" | ${WORKDIR}/OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin
}

# Quality control is really poor on these SDKs, so hack around the latest madness:
FILES_${PN} += "${libdir}/*.so"
FILES_${PN}-dev = "${includedir}"