]> code.ossystems Code Review - openembedded-core.git/commit
glew: rewrite to use upstream build system
authorRoss Burton <ross.burton@intel.com>
Tue, 16 Feb 2016 20:56:08 +0000 (20:56 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Feb 2016 07:39:21 +0000 (07:39 +0000)
commitc77d0dfa18b2467f8856571837e7007f8fcd9b20
tree315f0ea63d157f00d08e1a216804c15e5fe45d29
parenteb513884519804b3b8d600eeb7aadf3ec54e0345
glew: rewrite to use upstream build system

Instead of patching in a whole new build system using autotools, use the
makefile-based system in upstream with careful variable assignments so that it
cross-compiles correctly.  One small patch was required to stop an unavoidable
strip.

Upstream does have a cmake-based build but it's not used or supported by the
maintainer, and is quite buggy (for example: doesn't version the libraries,
fails to link to required libraries).

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/glew/glew/autotools.patch [deleted file]
meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch [deleted file]
meta/recipes-graphics/glew/glew/glew_fix_for_automake-1.12.patch [deleted file]
meta/recipes-graphics/glew/glew/no-strip.patch [new file with mode: 0644]
meta/recipes-graphics/glew/glew_1.12.0.bb