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 11:34:21 +0100 |
commit | 64d6a6ceceb1f1a599b8140f30071f8bc8e60393 (patch) | |
tree | b8787d17339a65918f641614f785334fc4af1417 /meta/recipes-qt/qt4/qt4-embedded.inc | |
parent | 5f6fb92b939147d2d6aa7790a378d4b7cce3ada5 (diff) | |
download | openembedded-core-64d6a6ceceb1f1a599b8140f30071f8bc8e60393.tar.gz openembedded-core-64d6a6ceceb1f1a599b8140f30071f8bc8e60393.tar.bz2 openembedded-core-64d6a6ceceb1f1a599b8140f30071f8bc8e60393.zip |
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.
Signed-off-by: Denis Carikli <denis@eukrea.com>
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-embedded.inc')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-embedded.inc | 2 |
1 files changed, 1 insertions, 1 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" LICENSE = "LGPLv2.1 | GPLv3" HOMEPAGE = "http://qt.nokia.com" DEPENDS += "directfb tslib" -INC_PR = "r32" +INC_PR = "r33" QT_BASE_NAME ?= "qt4-embedded" QT_BASE_LIB ?= "libqt-embedded" |