mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-05 10:21:52 +00:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user