From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp2-g21.free.fr (smtp2-g21.free.fr [212.27.42.2]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id EB61EE013D0 for ; Tue, 7 May 2013 03:07:40 -0700 (PDT) Received: from buildor.local.eukrea.com (unknown [82.240.38.71]) by smtp2-g21.free.fr (Postfix) with ESMTP id 5073C4B012E for ; Tue, 7 May 2013 12:07:33 +0200 (CEST) From: =?UTF-8?q?Eric=20B=C3=A9nard?= To: meta-freescale@yoctoproject.org Date: Tue, 7 May 2013 12:07:43 +0200 Message-Id: <1367921263-15582-1-git-send-email-eric@eukrea.com> X-Mailer: git-send-email 1.7.10.4 MIME-Version: 1.0 Subject: [meta-fsl-arm][PATCH] xserver-xorg: don't fail if files to remove are missing X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 May 2013 10:07:42 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric Bénard --- 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