bootutils: fix build with glibc 2.28
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 29 Sep 2018 11:15:37 +0000 (13:15 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 30 Sep 2018 08:40:59 +0000 (10:40 +0200)
commitd162cea16d25ab16ba49ac6b2452d1f830791d60
tree6eca7bf2b78abec68d35b51a967f37f49cc78349
parent5a5102c428d98d79e2b4eeba5226a7c824a1fb66
bootutils: fix build with glibc 2.28

Replace first patch which was adding sys/types.h to fix musl issue by a
patch adding sys/sysmacros.h to fix build with glibc 2.28

Fixes:
 - http://autobuild.buildroot.org/results/c26761663a764a2eb7af54316a6dc78bd01490fb

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/bootutils/0001-fix-build-with-glibc-2.28.patch [new file with mode: 0644]
package/bootutils/0001-fix-musl-compilation-issue.patch [deleted file]