summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cmake/cmake_3.14.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* cmake: 3.14.0 -> 3.14.1Pascal Bach2019-04-041-0/+53
The FindFontconfig module added by 3.14.0 accidentally used uppercase FONTCONFIG_* variable names that do not match our conventions. 3.14.1 revises the module to use Fontconfig_* variable names. This is incompatible with 3.14.0 but since the module is new in the 3.14 series usage should not yet be widespread. (From OE-Core rev: 6c85363eea0278a6952e80edb549e80e1fcbdba7) Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>