mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
Fix the following build failure raised since bump to version 2.37.2 in commit27a46793b1and the addition of uclampset in https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/commit/?id=9dd95bea42a3b467c1f773fd2e781cc9f0d88847: checking for syscall sched_setattr... no configure: WARNING: Unable to detect syscall sched_setattr. checking for syscall sched_setattr... (cached) no configure: WARNING: Unable to detect syscall sched_setattr. configure: error: uclampset selected but sched_setattr syscall not found Fix this build failure by adding a dependency on headers >= 3.14 for scheduling utilities:e6cfc0295cFixes: - http://autobuild.buildroot.org/results/9fe26ab98c93b67f937293f28625843da7ccb77f Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>