summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/glew/glew_2.2.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* glew: Stop polluting /tmp during buildsRichard Purdie2021-09-281-0/+1
| | | | | | | | | | Currently the glew code creates a new directory in /tmp for each make invocation. This is a bit ugly, don't do that. The patch does break the dist targets but we don't use them. (From OE-Core rev: 3a55194f90e11da5671b24391a4aaf2b86a8e1e6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* glew: fix Makefile raceRoss Burton2021-07-241-0/+1
| | | | | | | | | | | | | Fix a Makefile race resulting in the target creating a directory being executed after the target to write into that directory. [ YOCTO #14485 ] (From OE-Core rev: e90c1d3b80e35fb685d4b321972743771eb2c2c0) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* glew: upgrade 2.1.0 -> 2.2.0Wang Mingyu2020-03-211-0/+44
0001-Fixed-compilation-with-current-mesa-versions.patch removed since it is included in 2.2.0 (From OE-Core rev: 39e59246cb8e3b5b65ad10935e08078f5053e350) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>