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
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