1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-06 10:50:37 +00:00

libgles-omap3: make postinsts safe for offline-root usage (e.g. do_rootfs)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2012-01-26 12:00:11 +01:00
parent f840c6aafb
commit d63c40e8f2
+8 -8
View File
@@ -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 = "r23"
PR = "r24"
COMPATIBLE_MACHINE = "(omap3|ti816x|ti33x)"
@@ -340,35 +340,35 @@ INITSCRIPT_PARAMS = "start 30 5 2 . stop 40 0 1 6 ."
# Append to update-rc.d postinst
pkg_postinst_${PN}_append() {
rm -f ${sysconfdir}/powervr-esrev
rm -f $D${sysconfdir}/powervr-esrev
ln -sf /usr/lib/libXdmcp.so.6.0.0 /usr/lib/libXdmcp.so.0
ln -sf /usr/lib/libXau.so.6.0.0 /usr/lib/libXau.so.0
}
pkg_postinst_${PN}-blitwsegl() {
rm -f ${sysconfdir}/powervr-esrev
rm -f $D${sysconfdir}/powervr-esrev
}
pkg_postinst_${PN}-flipwsegl() {
rm -f ${sysconfdir}/powervr-esrev
rm -f $D${sysconfdir}/powervr-esrev
}
pkg_postinst_${PN}-frontwsegl() {
rm -f ${sysconfdir}/powervr-esrev
rm -f $D${sysconfdir}/powervr-esrev
}
pkg_postinst_${PN}-linuxfbwsegl() {
rm -f ${sysconfdir}/powervr-esrev
rm -f $D${sysconfdir}/powervr-esrev
}
pkg_postinst_${PN}-x11wsegl() {
rm -f ${sysconfdir}/powervr-esrev
rm -f $D${sysconfdir}/powervr-esrev
echo "[default]" > $D${sysconfdir}/powervr.ini
echo "WindowSystem=libpvrPVR2D_X11WSEGL.so.1" >> $D${sysconfdir}/powervr.ini
}
pkg_postinst_${PN}-driwsegl() {
rm -f ${sysconfdir}/powervr-esrev
rm -f $D${sysconfdir}/powervr-esrev
}