aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/mesa/mesa_9.1.5.bbappend2
1 files changed, 1 insertions, 1 deletions
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.*
}