libgles-omap3-dm3730: add some missed files
authorGrazvydas Ignotas <notasas@gmail.com>
Tue, 21 Oct 2014 20:02:06 +0000 (23:02 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Tue, 21 Oct 2014 20:02:06 +0000 (23:02 +0300)
recipes/powervr-drivers/libgles-omap3-dm3730_4.03.00.02.bb
recipes/powervr-drivers/libgles-omap3-es23_4.00.00.01.bb

index b602e03..d653680 100644 (file)
@@ -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"
index a41e326..6026d1b 100644 (file)
@@ -6,7 +6,7 @@ ES5LOCATION = "none"
 
 require libgles-omap3.inc
 
-PR = "r2"
+PR = "r3"
 
 SGXPV = "4_00_00_01"
 IMGPV = "1.4.14.2616"