[meta-freescale] [meta-fsl-arm PATCH 2/2] mesa: Don't fail if libGL is not build

Otavio Salvador otavio at ossystems.com.br
Thu Jul 25 08:38:11 PDT 2013


When doing a x11-less system, build fails as mesa won't build
libGL. Avoid this making 'rm' use '-f' option.

Change-Id: Ia018d1c9a39e6ec6b4008b76659b1e6aa829d6c2
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 recipes-graphics/mesa/mesa_9.1.5.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-graphics/mesa/mesa_9.1.5.bbappend b/recipes-graphics/mesa/mesa_9.1.5.bbappend
index 4b3b10b..5b3c927 100644
--- a/recipes-graphics/mesa/mesa_9.1.5.bbappend
+++ b/recipes-graphics/mesa/mesa_9.1.5.bbappend
@@ -39,5 +39,5 @@ python __anonymous () {
 
 # FIXME: Dirty hack to allow use of Vivante GPU libGL binary
 do_install_append_mx6 () {
-    rm ${D}${libdir}/libGL.*
+    rm -f ${D}${libdir}/libGL.*
 }
-- 
1.8.3.2




More information about the meta-freescale mailing list