[meta-ti] Denys Dmytriyenko : libgles-omap3-x11: do not fail if pvr-init is not yet installed
Arago Project git
git at arago-project.org
Tue Sep 3 10:08:09 PDT 2013
Module: meta-ti
Branch: master
Commit: 2b3f2c2939e2abea1513df5218d31d9949011bca
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=2b3f2c2939e2abea1513df5218d31d9949011bca
Author: Denys Dmytriyenko <denys at ti.com>
Date: Sat Aug 31 22:03:57 2013 -0400
libgles-omap3-x11: do not fail if pvr-init is not yet installed
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
Acked-by: Chase Maupin <chase.maupin at ti.com>
---
.../libgles/libgles-omap3-x11_4.09.00.01.bb | 2 +-
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 1c70cae..b7e6ce0 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() {
cp -pPr ${S}/include/pvr2d/*.h ${D}${includedir}
cp -pPr ${S}/include/OGLES/GLES ${D}${includedir}/
- rm ${D}${sysconfdir}/init.d/pvr-init
+ rm -f ${D}${sysconfdir}/init.d/pvr-init
if [ "$SUPPORT_XORG" = "1" ]; then
cp -pP ${WORKDIR}/rc_dri.pvr ${D}${sysconfdir}/init.d/pvr-init
More information about the meta-ti
mailing list