diff options
author | Ross Burton <ross.burton@intel.com> | 2013-06-20 12:04:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-25 17:44:54 +0100 |
commit | ee9d3967b69611e30fa559b8684bce5cb9ac8dd3 (patch) | |
tree | 43a3f2cb4c607f312adf41785c046a14b054552c /meta/recipes-graphics/mesa/mesa.inc | |
parent | 9e28afb8245ed2acb06457f19bdd4ab4c7b7670f (diff) | |
download | poky-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.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 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 \ | |||
78 | " | 78 | " |
79 | 79 | ||
80 | do_install_append () { | 80 | do_install_append () { |
81 | # GLU is now in libglu (this shouldn't be required in Mesa 9.x) | ||
82 | rm -f ${D}${includedir}/GL/glu* | ||
83 | |||
84 | # Drivers never need libtool .la files | 81 | # Drivers never need libtool .la files |
85 | rm -f ${D}${libdir}/dri/*.la | 82 | rm -f ${D}${libdir}/dri/*.la |
86 | rm -f ${D}${libdir}/egl/*.la | 83 | rm -f ${D}${libdir}/egl/*.la |