[oe] [PATCH] qt4-embedded: avoid circular dependencies for reciped providing qt4-embedded

Holger Freyther holger+oe at freyther.de
Sun Sep 19 22:51:17 UTC 2010


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?




More information about the Openembedded-devel mailing list