From 96b91dd669d2701fcb4c71fb482392029ce7cd7f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 20 Jun 2013 12:04:36 +0100 Subject: 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 Signed-off-by: Saul Wold --- meta/recipes-graphics/mesa/mesa.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/recipes-graphics/mesa') 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 -- cgit 1.2.3-korg