mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
8575c864d4
commit
4c938669e6
@@ -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"
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user