From: Ross Burton Date: Thu, 20 Jun 2013 11:04:36 +0000 (+0100) Subject: mesa: remove a redundant do_install tweak X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~36926 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96b91dd669d2701fcb4c71fb482392029ce7cd7f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 6aba0cb127f..01dbbade320 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