summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-08-31 22:03:57 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-09-03 13:07:41 -0400
commit2b3f2c2939e2abea1513df5218d31d9949011bca (patch)
treee73fb45832e48af8ed19f4646708c992886a5f27 /recipes-graphics
parentdc3f0f5c74ca11081a4267c14cbb3ba5b4b0f016 (diff)
downloadmeta-ti-2b3f2c2939e2abea1513df5218d31d9949011bca.tar.gz
libgles-omap3-x11: do not fail if pvr-init is not yet installed
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/libgles/libgles-omap3-x11_4.09.00.01.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/libgles/libgles-omap3-x11_4.09.00.01.bb b/recipes-graphics/libgles/libgles-omap3-x11_4.09.00.01.bb
index 1c70cae6..b7e6ce03 100644
--- a/recipes-graphics/libgles/libgles-omap3-x11_4.09.00.01.bb
+++ b/recipes-graphics/libgles/libgles-omap3-x11_4.09.00.01.bb
@@ -61,7 +61,7 @@ do_install_append() {
61 cp -pPr ${S}/include/pvr2d/*.h ${D}${includedir} 61 cp -pPr ${S}/include/pvr2d/*.h ${D}${includedir}
62 cp -pPr ${S}/include/OGLES/GLES ${D}${includedir}/ 62 cp -pPr ${S}/include/OGLES/GLES ${D}${includedir}/
63 63
64 rm ${D}${sysconfdir}/init.d/pvr-init 64 rm -f ${D}${sysconfdir}/init.d/pvr-init
65 65
66 if [ "$SUPPORT_XORG" = "1" ]; then 66 if [ "$SUPPORT_XORG" = "1" ]; then
67 cp -pP ${WORKDIR}/rc_dri.pvr ${D}${sysconfdir}/init.d/pvr-init 67 cp -pP ${WORKDIR}/rc_dri.pvr ${D}${sysconfdir}/init.d/pvr-init