Thomas Petazzoni
Thomas Petazzoni
Thanks @ffontaine for reporting the issue, which we also investigated today. However I think your patch is not completely correct, as it would break the build for toolchains older than...
I can confirm that generally the Khronos headers in this repository are largely outdated. For example, they miss the definition of GLsync, which causes a problem when building the GStreamer...
So we should no longer be using the OpenGL blob from this repository? Does the open-source implementation in mesa3d supports all RPi versions, even the oldest ones?
I have tested it on actual hardware, this is merely a build fix.
This is also an issue that was raised when Data-UUID was packaged in Buildroot. It would be really good to fix this licensing question.
Solved by using `[[:digit:]]` instead of `\d`
The CI asks me to add a label... but I don't have the rights to do so. The "bug" label should be added.
I have tried to do so, but I'm not sure how I should do it to be honest.
I looked at this change, and it seems correct to me.
FYI, I bisected the issue to commit af71f14ba38397491226b46c43f21f0f418ec5d5. Before this commit, it builds fine, after this commit, it fails to build. It seems to make sense since the commit is...