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

Holger Freyther holger+oe at freyther.de
Mon Sep 20 00:51:17 CEST 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