diff options
Diffstat (limited to 'meta/recipes-qt')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-embedded.inc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-qt/qt4/qt4-embedded.inc b/meta/recipes-qt/qt4/qt4-embedded.inc index 1ede922e68..ed872b0f9d 100644 --- a/meta/recipes-qt/qt4/qt4-embedded.inc +++ b/meta/recipes-qt/qt4/qt4-embedded.inc | |||
@@ -3,7 +3,7 @@ SECTION = "libs" | |||
3 | LICENSE = "LGPLv2.1 | GPLv3" | 3 | LICENSE = "LGPLv2.1 | GPLv3" |
4 | HOMEPAGE = "http://qt.nokia.com" | 4 | HOMEPAGE = "http://qt.nokia.com" |
5 | DEPENDS += "directfb tslib" | 5 | DEPENDS += "directfb tslib" |
6 | INC_PR = "r31" | 6 | INC_PR = "r32" |
7 | 7 | ||
8 | QT_BASE_NAME ?= "qt4-embedded" | 8 | QT_BASE_NAME ?= "qt4-embedded" |
9 | QT_BASE_LIB ?= "libqt-embedded" | 9 | QT_BASE_LIB ?= "libqt-embedded" |
@@ -27,7 +27,11 @@ do_install_append() { | |||
27 | install -m 0755 ${WORKDIR}/qte.sh ${D}${sysconfdir}/profile.d/ | 27 | install -m 0755 ${WORKDIR}/qte.sh ${D}${sysconfdir}/profile.d/ |
28 | } | 28 | } |
29 | 29 | ||
30 | FILES_${PN} += " ${sysconfdir}/profile.d/qte.sh" | 30 | # We put the qte profile into it's own package as we don't want to install all qt stuff |
31 | # with depending on the global package qt4-embedded | ||
32 | PACKAGES += " ${PN}-conf" | ||
33 | FILES_${PN}-conf += " ${sysconfdir}/profile.d/qte.sh" | ||
34 | RDEPENDS_${PN} += " ${PN}-conf" | ||
31 | 35 | ||
32 | inherit qt4e | 36 | inherit qt4e |
33 | 37 | ||