summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2020-09-18 15:30:22 +0300
committerJoshua Watt <JPEWhacker@gmail.com>2020-09-21 07:54:05 -0500
commit6d8f631533ecf6703b2e640c6e9eff90f738eb78 (patch)
treef7f1887735f9355fa24f483e0a5ffa1b452657f5
parentb7d37809364f5928777eb26a33a4f7949c18aa42 (diff)
downloadmeta-mingw-6d8f631533ecf6703b2e640c6e9eff90f738eb78.tar.gz
cmake: remove dependency to bash-completion
bash-completion pulls in ncurses which does not build for mingw. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
-rw-r--r--recipes-devtools/cmake/cmake_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/cmake/cmake_%.bbappend b/recipes-devtools/cmake/cmake_%.bbappend
index 42d36ac..b2e8a19 100644
--- a/recipes-devtools/cmake/cmake_%.bbappend
+++ b/recipes-devtools/cmake/cmake_%.bbappend
@@ -1 +1,2 @@
1DEPENDS_remove_mingw32 = "ncurses" 1DEPENDS_remove_mingw32 = "ncurses"
2RDEPENDS_${PN}-bash-completion_remove_mingw32 = "bash-completion"