diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-06-24 14:33:13 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-07-02 12:24:15 +0200 |
commit | 7962d022d119abd6b7b181b5416d33b51b2d18b7 (patch) | |
tree | 7cc32770740c0ef9b27231bf2916b79f76515087 | |
parent | 6d9e2a6dfc21f7d9a3a11b4bcb426b5dfe6feaeb (diff) | |
download | meta-qt5-7962d022d119abd6b7b181b5416d33b51b2d18b7.tar.gz |
qt5-creator: add missing RRECOMMENDS for instant usage
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qt5-creator_3.3.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qt5-creator_3.3.1.bb b/recipes-qt/qt5/qt5-creator_3.3.1.bb index 8f993cae..97ca450e 100644 --- a/recipes-qt/qt5/qt5-creator_3.3.1.bb +++ b/recipes-qt/qt5/qt5-creator_3.3.1.bb | |||
@@ -82,6 +82,7 @@ RRECOMMENDS_${PN} += " \ | |||
82 | packagegroup-qt5-toolchain-target \ | 82 | packagegroup-qt5-toolchain-target \ |
83 | binutils \ | 83 | binutils \ |
84 | ccache \ | 84 | ccache \ |
85 | gcc-symlinks \ | 85 | make \ |
86 | gcc-symlinks g++-symlinks cpp-symlinks \ | ||
86 | gdb \ | 87 | gdb \ |
87 | " | 88 | " |