From: Grazvydas Ignotas Date: Tue, 21 Oct 2014 20:02:06 +0000 (+0300) Subject: libgles-omap3-dm3730: add some missed files X-Git-Tag: sz_173~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abd908ec061fc35eb692933f5e85c1815b372405;p=openembedded.git libgles-omap3-dm3730: add some missed files --- diff --git a/recipes/powervr-drivers/libgles-omap3-dm3730_4.03.00.02.bb b/recipes/powervr-drivers/libgles-omap3-dm3730_4.03.00.02.bb index b602e03ade..d653680297 100644 --- a/recipes/powervr-drivers/libgles-omap3-dm3730_4.03.00.02.bb +++ b/recipes/powervr-drivers/libgles-omap3-dm3730_4.03.00.02.bb @@ -17,7 +17,7 @@ do_configure() { 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 @@ -43,7 +43,8 @@ do_install () { 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*/*" @@ -54,7 +55,7 @@ RRECOMMENDS_${PN} = "omap3-sgx-modules" INSANE_SKIP_${PN} = True -PR = "r1" +PR = "r2" SGXPV = "4_03_00_02" IMGPV = "1.6.16.3977" diff --git a/recipes/powervr-drivers/libgles-omap3-es23_4.00.00.01.bb b/recipes/powervr-drivers/libgles-omap3-es23_4.00.00.01.bb index a41e3263b0..6026d1bca8 100644 --- a/recipes/powervr-drivers/libgles-omap3-es23_4.00.00.01.bb +++ b/recipes/powervr-drivers/libgles-omap3-es23_4.00.00.01.bb @@ -6,7 +6,7 @@ ES5LOCATION = "none" require libgles-omap3.inc -PR = "r2" +PR = "r3" SGXPV = "4_00_00_01" IMGPV = "1.4.14.2616"