All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Check if package provides qtopia-core not package name
@ 2009-02-20 11:55 Ihar Hrachyshka
  2009-02-20 17:54 ` Koen Kooi
  0 siblings, 1 reply; 2+ messages in thread
From: Ihar Hrachyshka @ 2009-02-20 11:55 UTC (permalink / raw)
  To: openembedded-devel

This change fixes dependency loops for qtopia-core and qt-embedded.

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
---
 classes/qtopia4core.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/qtopia4core.bbclass b/classes/qtopia4core.bbclass
index b5f10fa..214232d 100644
--- a/classes/qtopia4core.bbclass
+++ b/classes/qtopia4core.bbclass
@@ -1,4 +1,4 @@
-DEPENDS_prepend = "${@["qtopia-core ", ""][(bb.data.getVar('PN', d, 1) == 'qtopia-core')]}"
+DEPENDS_prepend = "${@["qtopia-core ", ""]['qtopia-core' in bb.data.getVar('PROVIDES', d, 1)]}"
 inherit qmake2
 
 QT_DIR_NAME = "qtopia"
-- 
1.5.6.3




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Check if package provides qtopia-core not package name
  2009-02-20 11:55 [PATCH] Check if package provides qtopia-core not package name Ihar Hrachyshka
@ 2009-02-20 17:54 ` Koen Kooi
  0 siblings, 0 replies; 2+ messages in thread
From: Koen Kooi @ 2009-02-20 17:54 UTC (permalink / raw)
  To: openembedded-devel

On 20-02-09 12:55, Ihar Hrachyshka wrote:
> This change fixes dependency loops for qtopia-core and qt-embedded.
>
> Signed-off-by: Ihar Hrachyshka<ihar.hrachyshka@gmail.com>
> ---
>   classes/qtopia4core.bbclass |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/classes/qtopia4core.bbclass b/classes/qtopia4core.bbclass
> index b5f10fa..214232d 100644
> --- a/classes/qtopia4core.bbclass
> +++ b/classes/qtopia4core.bbclass
> @@ -1,4 +1,4 @@
> -DEPENDS_prepend = "${@["qtopia-core ", ""][(bb.data.getVar('PN', d, 1) == 'qtopia-core')]}"
> +DEPENDS_prepend = "${@["qtopia-core ", ""]['qtopia-core' in bb.data.getVar('PROVIDES', d, 1)]}"
>   inherit qmake2
>
>   QT_DIR_NAME = "qtopia"

Acked-by: Koen Kooi <koen@openembedded.org>




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-02-20 17:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-20 11:55 [PATCH] Check if package provides qtopia-core not package name Ihar Hrachyshka
2009-02-20 17:54 ` Koen Kooi

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.