[OE-core] [PATCH v4 0/2] cmake: Upgrade 2.8.12.2 -> 3.2.2
Moritz Blume
moritz.blume at bmw-carit.de
Thu Jun 18 07:07:26 UTC 2015
In this revision I changed the "which" command, which was used in
cmake.bbclass in order to find the compiler's full path, to
"command -v", which is more portable.
Moritz Blume (2):
cmake: Whitespace fix
cmake: Upgrade 2.8.12.2 -> 3.2.2
meta/classes/cmake.bbclass | 10 ++--
.../cmake/cmake-native_2.8.12.2.bb | 19 ------
meta/recipes-devtools/cmake/cmake-native_3.2.2.bb | 19 ++++++
meta/recipes-devtools/cmake/cmake.inc | 12 ++--
.../cmake/cmake/cmake-2.8.11.2-FindFreetype.patch | 47 ---------------
.../cmake/cmake/qt4-fail-silent.patch | 30 ++++++++--
.../cmake/cmake/support-oe-qt4-tools-names.patch | 70 ++++++++++------------
meta/recipes-devtools/cmake/cmake_2.8.12.2.bb | 52 ----------------
meta/recipes-devtools/cmake/cmake_3.2.2.bb | 56 +++++++++++++++++
9 files changed, 145 insertions(+), 170 deletions(-)
delete mode 100644 meta/recipes-devtools/cmake/cmake-native_2.8.12.2.bb
create mode 100644 meta/recipes-devtools/cmake/cmake-native_3.2.2.bb
delete mode 100644 meta/recipes-devtools/cmake/cmake/cmake-2.8.11.2-FindFreetype.patch
delete mode 100644 meta/recipes-devtools/cmake/cmake_2.8.12.2.bb
create mode 100644 meta/recipes-devtools/cmake/cmake_3.2.2.bb
--
1.9.1
More information about the Openembedded-core
mailing list