All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH] xserver-xorg: don't fail if files to remove are missing
@ 2013-05-07 10:07 Eric Bénard
  2013-05-07 13:20 ` Otavio Salvador
  0 siblings, 1 reply; 16+ messages in thread
From: Eric Bénard @ 2013-05-07 10:07 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Eric Bénard <eric@eukrea.com>
---
 recipes-graphics/xorg-xserver/xserver-xorg_1.11.4.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-graphics/xorg-xserver/xserver-xorg_1.11.4.bb b/recipes-graphics/xorg-xserver/xserver-xorg_1.11.4.bb
index 59a751b..b2e14e5 100644
--- a/recipes-graphics/xorg-xserver/xserver-xorg_1.11.4.bb
+++ b/recipes-graphics/xorg-xserver/xserver-xorg_1.11.4.bb
@@ -17,7 +17,7 @@ PR = "${INC_PR}.0"
 
 do_install_append_mx6 () {
     # FIXME: This is a workaround to ensure we use Vivante DRI
-    rm ${D}${includedir}/xorg/dri.h \
+    rm -f ${D}${includedir}/xorg/dri.h \
        ${D}${includedir}/xorg/sarea.h \
        ${D}${includedir}/xorg/dristruct.h
 }
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2013-05-07 16:50 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-07 10:07 [meta-fsl-arm][PATCH] xserver-xorg: don't fail if files to remove are missing Eric Bénard
2013-05-07 13:20 ` Otavio Salvador
2013-05-07 13:31   ` Eric Bénard
2013-05-07 13:36     ` Otavio Salvador
2013-05-07 13:36   ` Eric Bénard
2013-05-07 13:37     ` Otavio Salvador
2013-05-07 14:58       ` Eric Bénard
2013-05-07 15:10         ` Otavio Salvador
2013-05-07 15:16           ` Gary Thomas
2013-05-07 15:22             ` Otavio Salvador
2013-05-07 15:29               ` Gary Thomas
2013-05-07 15:34                 ` Otavio Salvador
2013-05-07 15:43                   ` Gary Thomas
2013-05-07 16:50                     ` Otavio Salvador
2013-05-07 15:18           ` Eric Bénard
2013-05-07 15:23             ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.