package/mesa3d: fix musl related compile failures
authorPeter Seiderer <ps.report@gmx.net>
Sun, 22 Mar 2020 12:15:20 +0000 (13:15 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 22 Mar 2020 21:15:17 +0000 (22:15 +0100)
commite0acca9f3e7a329fe7fa1d192822548b82f9d426
treeab2f6a530bd9d397cb4950c44b5f54a7f0e3da41
parent15bb7a586a6cbed3f8786ad2d998801cd132b901
package/mesa3d: fix musl related compile failures

Fixes:

  http://autobuild.buildroot.net/results/1881daae69992e30a9c1fff1f639d57f82e6ee19

  ../src/gallium/drivers/vc4/vc4_bufmgr.c:110:57: error: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' {aka 'long long int'} [-Werror=format=]

  ../src/gallium/drivers/panfrost/pan_bo.h:93:9: error: unknown type name ‘time_t’

  ../src/gallium/drivers/v3d/v3d_bufmgr.c:83:57: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘time_t’ {aka ‘long long int’} [-Werror=format=]

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/mesa3d/0005-vc4_bufmgr-fix-time_t-printf.patch [new file with mode: 0644]
package/mesa3d/0006-pan_bo.h-add-time.h-include-for-time_t.patch [new file with mode: 0644]
package/mesa3d/0007-v3d_bufmgr-fix-time_t-printf.patch [new file with mode: 0644]