[oe-commits] James Limbouris : qt4-embedded: move qt4-embedded-conf from RDEPENDS to RRECOMMENDS

git version control git at git.openembedded.org
Tue Oct 4 13:24:44 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: e0c2a62fcadc5095729229e83975f35fe0c3fa8f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e0c2a62fcadc5095729229e83975f35fe0c3fa8f

Author: James Limbouris <james at digitalmatter.com.au>
Date:   Tue Oct  4 09:42:22 2011 +0800

qt4-embedded: move qt4-embedded-conf from RDEPENDS to RRECOMMENDS

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 at digitalmatter.com.au>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-qt/qt4/qt4-embedded.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-qt/qt4/qt4-embedded.inc b/meta/recipes-qt/qt4/qt4-embedded.inc
index 79473c9..bee7345 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 = "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
 





More information about the Openembedded-commits mailing list