diff options
author | Denis Carikli <denis@eukrea.com> | 2011-09-05 15:24:14 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-04 13:46:25 +0100 |
commit | 4c938669e68d772fb78a0c3fb6a40ac3d5b6ddfe (patch) | |
tree | 1bc5feed87cac406b62c8356ec8fdd1e376fdf34 /meta | |
parent | 8575c864d4a15180fb9aeac6a4000c8a3548e05f (diff) | |
download | poky-4c938669e68d772fb78a0c3fb6a40ac3d5b6ddfe.tar.gz |
qt4.inc: Remove the optional documentation package from the demo's RRECOMMENDS
The documentation is 285M and doesn't fit on the NAND of many machines.
(From OE-Core rev: 64d6a6ceceb1f1a599b8140f30071f8bc8e60393)
Signed-off-by: Denis Carikli <denis@eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-embedded.inc | 2 | ||||
-rw-r--r-- | meta/recipes-qt/qt4/qt4.inc | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-qt/qt4/qt4-embedded.inc b/meta/recipes-qt/qt4/qt4-embedded.inc index ed872b0f9d..ffa5288b6f 100644 --- a/meta/recipes-qt/qt4/qt4-embedded.inc +++ b/meta/recipes-qt/qt4/qt4-embedded.inc | |||
@@ -3,7 +3,7 @@ SECTION = "libs" | |||
3 | LICENSE = "LGPLv2.1 | GPLv3" | 3 | LICENSE = "LGPLv2.1 | GPLv3" |
4 | HOMEPAGE = "http://qt.nokia.com" | 4 | HOMEPAGE = "http://qt.nokia.com" |
5 | DEPENDS += "directfb tslib" | 5 | DEPENDS += "directfb tslib" |
6 | INC_PR = "r32" | 6 | INC_PR = "r33" |
7 | 7 | ||
8 | QT_BASE_NAME ?= "qt4-embedded" | 8 | QT_BASE_NAME ?= "qt4-embedded" |
9 | QT_BASE_LIB ?= "libqt-embedded" | 9 | QT_BASE_LIB ?= "libqt-embedded" |
diff --git a/meta/recipes-qt/qt4/qt4.inc b/meta/recipes-qt/qt4/qt4.inc index 7f3e1a4785..23832db8a3 100644 --- a/meta/recipes-qt/qt4/qt4.inc +++ b/meta/recipes-qt/qt4/qt4.inc | |||
@@ -124,8 +124,7 @@ RRECOMMENDS_${QT_BASE_NAME}-demos += " \ | |||
124 | ${QT_BASE_NAME}-plugin-sqldriver-sqlite \ | 124 | ${QT_BASE_NAME}-plugin-sqldriver-sqlite \ |
125 | ${QT_BASE_NAME}-plugin-imageformat-jpeg \ | 125 | ${QT_BASE_NAME}-plugin-imageformat-jpeg \ |
126 | ${QT_BASE_NAME}-qml-plugins \ | 126 | ${QT_BASE_NAME}-qml-plugins \ |
127 | ${QT_BASE_NAME}-assistant \ | 127 | ${QT_BASE_NAME}-assistant" |
128 | ${PN}-doc" | ||
129 | RRECOMMENDS_${QT_BASE_NAME}-examples += " \ | 128 | RRECOMMENDS_${QT_BASE_NAME}-examples += " \ |
130 | ${QT_BASE_NAME}-plugin-sqldriver-sqlite \ | 129 | ${QT_BASE_NAME}-plugin-sqldriver-sqlite \ |
131 | ${QT_BASE_NAME}-plugin-imageformat-jpeg \ | 130 | ${QT_BASE_NAME}-plugin-imageformat-jpeg \ |