diff options
Diffstat (limited to 'recipes-graphics/libgles/libgles-omap3.inc')
-rw-r--r-- | recipes-graphics/libgles/libgles-omap3.inc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/recipes-graphics/libgles/libgles-omap3.inc b/recipes-graphics/libgles/libgles-omap3.inc index 3f792b15..da3aeb8f 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 = "r23" | 6 | PR = "r24" |
7 | 7 | ||
8 | COMPATIBLE_MACHINE = "(omap3|ti816x|ti33x)" | 8 | COMPATIBLE_MACHINE = "(omap3|ti816x|ti33x)" |
9 | 9 | ||
@@ -340,35 +340,35 @@ INITSCRIPT_PARAMS = "start 30 5 2 . stop 40 0 1 6 ." | |||
340 | 340 | ||
341 | # Append to update-rc.d postinst | 341 | # Append to update-rc.d postinst |
342 | pkg_postinst_${PN}_append() { | 342 | pkg_postinst_${PN}_append() { |
343 | rm -f ${sysconfdir}/powervr-esrev | 343 | rm -f $D${sysconfdir}/powervr-esrev |
344 | 344 | ||
345 | ln -sf /usr/lib/libXdmcp.so.6.0.0 /usr/lib/libXdmcp.so.0 | 345 | ln -sf /usr/lib/libXdmcp.so.6.0.0 /usr/lib/libXdmcp.so.0 |
346 | ln -sf /usr/lib/libXau.so.6.0.0 /usr/lib/libXau.so.0 | 346 | ln -sf /usr/lib/libXau.so.6.0.0 /usr/lib/libXau.so.0 |
347 | } | 347 | } |
348 | 348 | ||
349 | pkg_postinst_${PN}-blitwsegl() { | 349 | pkg_postinst_${PN}-blitwsegl() { |
350 | rm -f ${sysconfdir}/powervr-esrev | 350 | rm -f $D${sysconfdir}/powervr-esrev |
351 | } | 351 | } |
352 | 352 | ||
353 | pkg_postinst_${PN}-flipwsegl() { | 353 | pkg_postinst_${PN}-flipwsegl() { |
354 | rm -f ${sysconfdir}/powervr-esrev | 354 | rm -f $D${sysconfdir}/powervr-esrev |
355 | } | 355 | } |
356 | 356 | ||
357 | pkg_postinst_${PN}-frontwsegl() { | 357 | pkg_postinst_${PN}-frontwsegl() { |
358 | rm -f ${sysconfdir}/powervr-esrev | 358 | rm -f $D${sysconfdir}/powervr-esrev |
359 | } | 359 | } |
360 | pkg_postinst_${PN}-linuxfbwsegl() { | 360 | pkg_postinst_${PN}-linuxfbwsegl() { |
361 | rm -f ${sysconfdir}/powervr-esrev | 361 | rm -f $D${sysconfdir}/powervr-esrev |
362 | } | 362 | } |
363 | 363 | ||
364 | pkg_postinst_${PN}-x11wsegl() { | 364 | pkg_postinst_${PN}-x11wsegl() { |
365 | rm -f ${sysconfdir}/powervr-esrev | 365 | rm -f $D${sysconfdir}/powervr-esrev |
366 | 366 | ||
367 | echo "[default]" > $D${sysconfdir}/powervr.ini | 367 | echo "[default]" > $D${sysconfdir}/powervr.ini |
368 | echo "WindowSystem=libpvrPVR2D_X11WSEGL.so.1" >> $D${sysconfdir}/powervr.ini | 368 | echo "WindowSystem=libpvrPVR2D_X11WSEGL.so.1" >> $D${sysconfdir}/powervr.ini |
369 | } | 369 | } |
370 | 370 | ||
371 | pkg_postinst_${PN}-driwsegl() { | 371 | pkg_postinst_${PN}-driwsegl() { |
372 | rm -f ${sysconfdir}/powervr-esrev | 372 | rm -f $D${sysconfdir}/powervr-esrev |
373 | } | 373 | } |
374 | 374 | ||