From: Denis Carikli Date: Mon, 5 Sep 2011 13:24:14 +0000 (+0200) Subject: qt4.inc: Remove the optional documentation package from the demo's RRECOMMENDS X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c938669e68d772fb78a0c3fb6a40ac3d5b6ddfe;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-qt/qt4/qt4-embedded.inc b/meta/recipes-qt/qt4/qt4-embedded.inc index ed872b0f9d6..ffa5288b6f0 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" diff --git a/meta/recipes-qt/qt4/qt4.inc b/meta/recipes-qt/qt4/qt4.inc index 7f3e1a47850..23832db8a3f 100644 --- a/meta/recipes-qt/qt4/qt4.inc +++ b/meta/recipes-qt/qt4/qt4.inc @@ -124,8 +124,7 @@ RRECOMMENDS_${QT_BASE_NAME}-demos += " \ ${QT_BASE_NAME}-plugin-sqldriver-sqlite \ ${QT_BASE_NAME}-plugin-imageformat-jpeg \ ${QT_BASE_NAME}-qml-plugins \ - ${QT_BASE_NAME}-assistant \ - ${PN}-doc" + ${QT_BASE_NAME}-assistant" RRECOMMENDS_${QT_BASE_NAME}-examples += " \ ${QT_BASE_NAME}-plugin-sqldriver-sqlite \ ${QT_BASE_NAME}-plugin-imageformat-jpeg \