summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Limbouris <james@digitalmatter.com.au>2011-10-04 09:42:22 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 22:29:23 +0100
commit9a7aee0754ea0253941d4c56b592f365bea9f278 (patch)
treebead205b6d513fda58db8962122ee01065d1247b
parentbad9759cf7092223c12af1b6960563b0f62ae1e4 (diff)
downloadpoky-9a7aee0754ea0253941d4c56b592f365bea9f278.tar.gz
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. (From OE-Core rev: e0c2a62fcadc5095729229e83975f35fe0c3fa8f) Signed-off-by: James Limbouris <james@digitalmatter.com.au> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-qt/qt4/qt4-embedded.inc4
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 79473c98ff..bee7345ff0 100644
--- a/meta/recipes-qt/qt4/qt4-embedded.inc
+++ b/meta/recipes-qt/qt4/qt4-embedded.inc
@@ -3,7 +3,7 @@ SECTION = "libs"
3LICENSE = "LGPLv2.1 | GPLv3" 3LICENSE = "LGPLv2.1 | GPLv3"
4HOMEPAGE = "http://qt.nokia.com" 4HOMEPAGE = "http://qt.nokia.com"
5DEPENDS += "directfb tslib" 5DEPENDS += "directfb tslib"
6INC_PR = "r35" 6INC_PR = "r36"
7 7
8QT_BASE_NAME ?= "qt4-embedded" 8QT_BASE_NAME ?= "qt4-embedded"
9QT_BASE_LIB ?= "libqt-embedded" 9QT_BASE_LIB ?= "libqt-embedded"
@@ -31,7 +31,7 @@ do_install_append() {
31# with depending on the global package qt4-embedded 31# with depending on the global package qt4-embedded
32PACKAGES += " ${PN}-conf" 32PACKAGES += " ${PN}-conf"
33FILES_${PN}-conf += " ${sysconfdir}/profile.d/qte.sh" 33FILES_${PN}-conf += " ${sysconfdir}/profile.d/qte.sh"
34RDEPENDS_${PN} += " ${PN}-conf" 34RRECOMMENDS_${PN} += " ${PN}-conf"
35 35
36inherit qt4e 36inherit qt4e
37 37