[oe-commits] Ross Burton : mesa: remove a redundant do_install tweak

git at git.openembedded.org git at git.openembedded.org
Tue Jun 25 16:38:00 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 96b91dd669d2701fcb4c71fb482392029ce7cd7f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=96b91dd669d2701fcb4c71fb482392029ce7cd7f

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Jun 20 12:04:36 2013 +0100

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 at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-graphics/mesa/mesa.inc |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 6aba0cb..01dbbad 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



More information about the Openembedded-commits mailing list