diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-03-19 20:11:40 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:27 +0200 |
commit | 91f4c88f233c26f434d182e0c00c22709a8496fb (patch) | |
tree | 3472dce07294f37dbee4c45faeeeec99bdb9360b /recipes/powervr-drivers/libgles-omap3.inc | |
parent | c3c7c8eac979e1c5a4369d30bf7f2ca1814772c1 (diff) |
libgles-omap3: fix ES5.x binaries, fix initscript
Diffstat (limited to 'recipes/powervr-drivers/libgles-omap3.inc')
-rw-r--r-- | recipes/powervr-drivers/libgles-omap3.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/powervr-drivers/libgles-omap3.inc b/recipes/powervr-drivers/libgles-omap3.inc index 55a020686f..2adcb8b1f8 100644 --- a/recipes/powervr-drivers/libgles-omap3.inc +++ b/recipes/powervr-drivers/libgles-omap3.inc @@ -177,7 +177,7 @@ do_install () { if [ -e ${ES5LOCATION} ] ; then cp -pPR ${ES5LOCATION}/lib*${IMGPV} ${D}${libdir}/ES5.0/ - cp ${ES3LOCATION}/p[dv]* ${D}${bindir}/ES5.0/ + cp ${ES5LOCATION}/p[dv]* ${D}${bindir}/ES5.0/ fi install -d ${D}${prefix}/share/applications @@ -245,6 +245,8 @@ INITSCRIPT_PARAMS = "start 30 5 2 . stop 40 0 1 6 ." # Append to update-rc.d postinst pkg_postinst_${PN}_append() { +rm -f /etc/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 } |