diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-03-21 13:48:22 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-22 23:15:33 +0100 |
commit | 1a602f3c2ee7acc95bea082e2fdcddb926b032e8 (patch) | |
tree | f3f2f1d355dbc19b0e5583e917d6a586add14689 /package/python3 | |
parent | 34fab3c049098a053d9fc08f57200c6d5a436fd5 (diff) | |
download | buildroot-1a602f3c2ee7acc95bea082e2fdcddb926b032e8.tar.gz buildroot-1a602f3c2ee7acc95bea082e2fdcddb926b032e8.zip |
kmscube: Bump to latest version to fix mips64el errors
Building kmscube for mips64el leads to the following build error:
cube-tex.c: In function 'get_fd_rgba':
cube-tex.c:230:2: error: 'for' loop initial declarations are only allowed in C99 mode
for (int i = 0; i < texh; i++) {
^
cube-tex.c:230:2: note: use option -std=c99 or -std=gnu99 to compile your code
cube-tex.c: In function 'get_fd_y':
cube-tex.c:261:2: error: 'for' loop initial declarations are only allowed in C99 mode
for (int i = 0; i < texh; i++) {
^
cube-tex.c: In function 'get_fd_uv':
cube-tex.c:292:2: error: 'for' loop initial declarations are only allowed in C99 mode
for (int i = 0; i < texh/2; i++) {
I have sent a fix to mainline kmscube to address such issue, so bump to
the latest version.
Fixes: http://autobuild.buildroot.net/results/1f2/1f2ad0536254834582cf7fbce6a38dbb46a5e249/build-end.log
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python3')
0 files changed, 0 insertions, 0 deletions