* [PATCH] qt4-embedded: move qt4-embedded-conf from RDEPENDS to RRECOMMENDS
@ 2011-10-04 1:42 James Limbouris
2011-10-05 4:37 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: James Limbouris @ 2011-10-04 1:42 UTC (permalink / raw)
To: openembedded-core
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>
---
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 ed872b0..c04c49c 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 = "r32"
+INC_PR = "r33"
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
--
1.7.3.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] qt4-embedded: move qt4-embedded-conf from RDEPENDS to RRECOMMENDS
2011-10-04 1:42 [PATCH] qt4-embedded: move qt4-embedded-conf from RDEPENDS to RRECOMMENDS James Limbouris
@ 2011-10-05 4:37 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2011-10-05 4:37 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 10/03/2011 06:42 PM, James Limbouris wrote:
> 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>
> ---
> 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 ed872b0..c04c49c 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 = "r32"
> +INC_PR = "r33"
>
> 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
>
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-10-05 4:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-04 1:42 [PATCH] qt4-embedded: move qt4-embedded-conf from RDEPENDS to RRECOMMENDS James Limbouris
2011-10-05 4:37 ` Saul Wold
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.