chmod 0644 $i
done
- for sofile in $(find ${S} -name "lib*Open*.so") $(find ${S} -name "lib*srv*.so") $(find ${S} -name "lib*gl*.so") $(find ${S} -name "libpvr*.so") $(find ${S} -name "lib*GL*.so"); do
+ for sofile in $(find ${S} -name "lib*.so"); do
if [ ! -e "${sofile}.${IMGPV}" ] ; then
mv $sofile ${sofile}.${IMGPV}
fi
install -d ${D}${bindir}/ES5.0
cp -pPR ${ES5LOCATION}/lib*${IMGPV} ${D}${libdir}/ES5.0/
- cp ${ES5LOCATION}/pvr* ${D}${bindir}/ES5.0/
+ cp -p ${ES5LOCATION}/pvr* ${D}${bindir}/ES5.0/
+ cp -p ${ES5LOCATION}/eglinfo ${D}${bindir}/ES5.0/
}
FILES_${PN} = "${libdir}/ES*/* ${bindir}/ES*/*"
INSANE_SKIP_${PN} = True
-PR = "r1"
+PR = "r2"
SGXPV = "4_03_00_02"
IMGPV = "1.6.16.3977"