From 414e8827d53d93ab796e77d408155a364169bf48 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 20 Jun 2013 12:04:36 +0100 Subject: [PATCH] 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-graphics/mesa/mesa.inc | 3 --- 1 file changed, 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 -- 2.7.4