summaryrefslogtreecommitdiffstats
path: root/recipes-core/dtc
Commit message (Collapse)AuthorAgeFilesLines
* dtc: Only build libfdt for mingw32Nathan Rossi2017-04-061-0/+16
Whilst building libfdt on mingw32 is functional, building dtc for mingw32 is not. This is due to dtc relying on certain POSIX functions as well as not handling the MSVCRT printf formatting. This change enables building and installing libfdt only for mingw32, disabling the build of device-tree-compiler itself. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>