diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2013-07-25 10:00:51 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-07-26 13:47:11 -0300 |
| commit | 5395b1fec254ca30c6cf175c9c5837da06662d73 (patch) | |
| tree | 1cf1f9fece566631ed1cbe46bd8b9fc8c126f835 | |
| parent | a6a00ce84df355681a5d216f5faf295aac38826b (diff) | |
| download | meta-freescale-5395b1fec254ca30c6cf175c9c5837da06662d73.tar.gz | |
mesa: Don't fail if libGL is not build
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@ossystems.com.br>
| -rw-r--r-- | meta-fsl-arm/recipes-graphics/mesa/mesa_9.1.5.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-arm/recipes-graphics/mesa/mesa_9.1.5.bbappend b/meta-fsl-arm/recipes-graphics/mesa/mesa_9.1.5.bbappend index 4b3b10bed..5b3c92758 100644 --- a/meta-fsl-arm/recipes-graphics/mesa/mesa_9.1.5.bbappend +++ b/meta-fsl-arm/recipes-graphics/mesa/mesa_9.1.5.bbappend | |||
| @@ -39,5 +39,5 @@ python __anonymous () { | |||
| 39 | 39 | ||
| 40 | # FIXME: Dirty hack to allow use of Vivante GPU libGL binary | 40 | # FIXME: Dirty hack to allow use of Vivante GPU libGL binary |
| 41 | do_install_append_mx6 () { | 41 | do_install_append_mx6 () { |
| 42 | rm ${D}${libdir}/libGL.* | 42 | rm -f ${D}${libdir}/libGL.* |
| 43 | } | 43 | } |
