summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-08-18 08:00:32 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2020-09-02 15:16:33 +0200
commit43120725aaeedc88eecbc345a1b7e9adfa45e120 (patch)
tree47a6bfe895f6ce80ca2a1e7b3633b4d9d30d8469
parent063714fb78cf5264ac52541c1c4c364620f8df28 (diff)
downloadmeta-qt5-43120725aaeedc88eecbc345a1b7e9adfa45e120.tar.gz
qt5-creator: Add cmake to RRECOMMENDS
Without cmake qt-creator is not of much use - most projects use cmake these days and as far as I can remember qt will move to build with cmake. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
-rw-r--r--recipes-qt/qt5/qt5-creator_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qt5-creator_git.bb b/recipes-qt/qt5/qt5-creator_git.bb
index 39f202d6..607c74b6 100644
--- a/recipes-qt/qt5/qt5-creator_git.bb
+++ b/recipes-qt/qt5/qt5-creator_git.bb
@@ -85,6 +85,7 @@ RRECOMMENDS_${PN} += " \
85 make \ 85 make \
86 gcc-symlinks g++-symlinks cpp-symlinks \ 86 gcc-symlinks g++-symlinks cpp-symlinks \
87 gdb \ 87 gdb \
88 cmake \
88" 89"
89 90
90# ERROR: qt5-creator-4.5.1-r0 do_package_qa: QA Issue: No GNU_HASH in the elf binary: '/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/qt5-creator/4.5.1-r0/packages-split/qt5-creator/usr/lib/qt5/qtcreator/libqbscore.so.1.10.1' 91# ERROR: qt5-creator-4.5.1-r0 do_package_qa: QA Issue: No GNU_HASH in the elf binary: '/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/qt5-creator/4.5.1-r0/packages-split/qt5-creator/usr/lib/qt5/qtcreator/libqbscore.so.1.10.1'