]> code.ossystems Code Review - openembedded-core.git/commitdiff
qt4-embedded: move qt4-embedded-conf from RDEPENDS to RRECOMMENDS
authorJames Limbouris <james@digitalmatter.com.au>
Tue, 4 Oct 2011 01:42:22 +0000 (09:42 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Oct 2011 13:22:51 +0000 (14:22 +0100)
qt4-embedded-conf contains an environment setup script for profile.d.
It has been packaged seperately to allow for its exclusion, but this is
only practical if it is added to RRECOMMENDS, rather than RDEPENDS.

Signed-off-by: James Limbouris <james@digitalmatter.com.au>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-qt/qt4/qt4-embedded.inc

index 79473c98ff9a2131df6300224b31a1f642d3524c..bee7345ff0b665a9ccc5a70adfbc465176fea81a 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "libs"
 LICENSE = "LGPLv2.1 | GPLv3"
 HOMEPAGE = "http://qt.nokia.com"
 DEPENDS += "directfb tslib"
-INC_PR = "r35"
+INC_PR = "r36"
 
 QT_BASE_NAME ?= "qt4-embedded"
 QT_BASE_LIB  ?= "libqt-embedded"
@@ -31,7 +31,7 @@ do_install_append() {
 # with depending on the global package qt4-embedded
 PACKAGES += " ${PN}-conf"
 FILES_${PN}-conf += " ${sysconfdir}/profile.d/qte.sh"
-RDEPENDS_${PN} += " ${PN}-conf"
+RRECOMMENDS_${PN} += " ${PN}-conf"
 
 inherit qt4e