diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-06-13 01:19:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-14 12:44:35 +0100 |
commit | 6d2c16d12511de29942ad90d5a4ea0f920208f84 (patch) | |
tree | b2cada54ad6688ea37a3e66fa7a8fd65bd7c83d6 /meta | |
parent | caf3df2d1b854c7d1c81cbf8ae6ba5727654cac9 (diff) | |
download | poky-6d2c16d12511de29942ad90d5a4ea0f920208f84.tar.gz |
mesa: remove more .la files
(From OE-Core rev: 5eea21b86ca2ca09d4eb03aa9fcdb4564bdccb5d)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 9d591660e8..a210415eb7 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
@@ -71,6 +71,9 @@ do_install_append () { | |||
71 | 71 | ||
72 | # Drivers never need libtool .la files | 72 | # Drivers never need libtool .la files |
73 | rm -f ${D}${libdir}/dri/*.la | 73 | rm -f ${D}${libdir}/dri/*.la |
74 | rm -f ${D}${libdir}/egl/*.la | ||
75 | rm -f ${D}${libdir}/gallium-pipe/*.la | ||
76 | rm -f ${D}${libdir}/gbm/*.la | ||
74 | } | 77 | } |
75 | 78 | ||
76 | # For the packages that make up the OpenGL interfaces, inject variables so that | 79 | # For the packages that make up the OpenGL interfaces, inject variables so that |