summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt
diff options
context:
space:
mode:
authorDenis Carikli <denis@eukrea.com>2011-09-05 15:24:14 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 13:46:25 +0100
commit4c938669e68d772fb78a0c3fb6a40ac3d5b6ddfe (patch)
tree1bc5feed87cac406b62c8356ec8fdd1e376fdf34 /meta/recipes-qt
parent8575c864d4a15180fb9aeac6a4000c8a3548e05f (diff)
downloadpoky-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/recipes-qt')
-rw-r--r--meta/recipes-qt/qt4/qt4-embedded.inc2
-rw-r--r--meta/recipes-qt/qt4/qt4.inc3
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"
3LICENSE = "LGPLv2.1 | GPLv3" 3LICENSE = "LGPLv2.1 | GPLv3"
4HOMEPAGE = "http://qt.nokia.com" 4HOMEPAGE = "http://qt.nokia.com"
5DEPENDS += "directfb tslib" 5DEPENDS += "directfb tslib"
6INC_PR = "r32" 6INC_PR = "r33"
7 7
8QT_BASE_NAME ?= "qt4-embedded" 8QT_BASE_NAME ?= "qt4-embedded"
9QT_BASE_LIB ?= "libqt-embedded" 9QT_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"
129RRECOMMENDS_${QT_BASE_NAME}-examples += " \ 128RRECOMMENDS_${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 \