From: Holger Freyther <holger+oe@freyther.de>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] qt4-embedded: avoid circular dependencies for reciped providing qt4-embedded
Date: Mon, 20 Sep 2010 06:51:17 +0800 [thread overview]
Message-ID: <4C9693E5.3040504@freyther.de> (raw)
In-Reply-To: <1284933592-4558-1-git-send-email-pirobk@gmail.com>
On 09/20/2010 05:59 AM, Björn Krombholz wrote:
=
> @@ -1,4 +1,4 @@
> -DEPENDS_prepend = "${@["qt4-embedded ", ""][(bb.data.getVar('PN', d, 1) == 'qt4-embedded')]}"
> +DEPENDS_prepend = "${@["qt4-embedded ", ""][(bb.data.getVar('PN', d, 1)[:12] == 'qt4-embedded')]}"
> inherit qmake2
use startsWith and avoid the extra array allocation?
next prev parent reply other threads:[~2010-09-19 22:52 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-19 21:59 [PATCH] qt4-embedded: avoid circular dependencies for reciped providing qt4-embedded Björn Krombholz
2010-09-19 22:51 ` Holger Freyther [this message]
2010-09-20 18:16 ` Björn Krombholz
2010-09-21 9:18 ` Hauser, Wolfgang (external)
2010-09-21 11:51 ` Frans Meulenbroeks
2010-09-21 13:14 ` Koen Kooi
2010-09-21 17:29 ` Holger Freyther
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C9693E5.3040504@freyther.de \
--to=holger+oe@freyther.de \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.