u-boot-envtools: fix building with glibc
authorJosua Mayer <josua.mayer97@gmail.com>
Thu, 18 Aug 2016 14:06:05 +0000 (16:06 +0200)
committerZoltan HERPAI <wigyori@uid0.hu>
Thu, 18 Aug 2016 14:06:05 +0000 (16:06 +0200)
commitd6c4db5f9bdd9ff502043a8ec6f5c948dd2f9e84
tree00afc0c8b0b8f1a0ff9d42b3a601bbe28c30eadc
parentc730772eb974bb3aec7827abea60a67848c3fb63
u-boot-envtools: fix building with glibc

tools/env/fw_env.c misses to include stdint.h.
Apparently musl doesn't mind and includes this header by default,
but glibc does not and causes the build to fail.

Signed-off-by: Josua Mayer <josua.mayer97@gmail.com>
package/boot/uboot-envtools/patches/400-u-boot-2015.10-stdint.patch [new file with mode: 0644]