aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa.inc
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:44:54 +0100
commitee9d3967b69611e30fa559b8684bce5cb9ac8dd3 (patch)
tree43a3f2cb4c607f312adf41785c046a14b054552c /meta/recipes-graphics/mesa/mesa.inc
parent9e28afb8245ed2acb06457f19bdd4ab4c7b7670f (diff)
downloadopenembedded-core-contrib-ee9d3967b69611e30fa559b8684bce5cb9ac8dd3.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. (From OE-Core rev: 96b91dd669d2701fcb4c71fb482392029ce7cd7f) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa.inc')
-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