[OE-core] [PATCH] The CMake recipes contain a mismatch between the environmental variable which defines where the Modules are installed and the location where they actually are. This patch fixes the e

2016-06-16 Thread Jose Pardeiro
Signed-off-by: Jose Pardeiro --- meta/classes/cmake.patch | 20 1 file changed, 20 insertions(+) create mode 100644 meta/classes/cmake.patch diff --git a/meta/classes/cmake.patch b/meta/classes/cmake.patch new file mode 100644 index 000..c9cc9f2 --- /dev/null +++ b

[OE-core] [PATCH v2] cmake.bbclass: set the modules directory correctly

2016-06-17 Thread Jose Pardeiro
The CMake recipes contain a mismatch between the environmental variable which defines where the Modules are installed and the location where they actually are. This patch fixes the environmental variable to point to the proper folder defined according to the cmake version. Signed-off-by: Jose