summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb')
-rw-r--r--meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb b/meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb
index 1b1bf22..fe484f5 100644
--- a/meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb
+++ b/meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb
@@ -38,6 +38,7 @@ SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gf
38 file://cputype \ 38 file://cputype \
39 file://rc.pvr \ 39 file://rc.pvr \
40 file://99-bufferclass.rules \ 40 file://99-bufferclass.rules \
41 file://99-fb.rules \
41" 42"
42 43
43SRC_URI[md5sum] := "${@base_contains('TUNE_FEATURES', 'callconvention-hard', '${MD5SUM_HARDFP}', '${MD5SUM_SOFTFP}', d)}" 44SRC_URI[md5sum] := "${@base_contains('TUNE_FEATURES', 'callconvention-hard', '${MD5SUM_HARDFP}', '${MD5SUM_SOFTFP}', d)}"
@@ -53,3 +54,7 @@ do_configure_append() {
53 sed -i -e s:\$\(PLAT_CC\):\$\(CC\):g $mak 54 sed -i -e s:\$\(PLAT_CC\):\$\(CC\):g $mak
54 done 55 done
55} 56}
57
58do_install_append() {
59 install -m 0644 ${WORKDIR}/99-fb.rules ${D}${sysconfdir}/udev/rules.d/
60}