aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-06-20 12:04:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-25 17:30:31 +0100
commit96b91dd669d2701fcb4c71fb482392029ce7cd7f (patch)
treefaeaeb8dbbc1293ee6c1b9547ac7c5d61a5c80d3 /meta/recipes-graphics/mesa
parent7b4f2c7c305ef4c0848311712f17cab76232c4bf (diff)
downloadopenembedded-core-contrib-96b91dd669d2701fcb4c71fb482392029ce7cd7f.tar.gz
mesa: remove a redundant do_install tweak
Mesa isn't incorrectly installing GLU headers anymore, so we don't need to delete them. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r--meta/recipes-graphics/mesa/mesa.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 6aba0cb127..01dbbade32 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -78,9 +78,6 @@ PACKAGES =+ "libegl-mesa libegl-mesa-dev \
"
do_install_append () {
- # GLU is now in libglu (this shouldn't be required in Mesa 9.x)
- rm -f ${D}${includedir}/GL/glu*
-
# Drivers never need libtool .la files
rm -f ${D}${libdir}/dri/*.la
rm -f ${D}${libdir}/egl/*.la