diff options
-rw-r--r-- | recipes-graphics/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 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 |