qt4-embedded: avoid circular dependencies for reciped providing qt4-embedded
authorBjörn Krombholz <pirobk@gmail.com>
Sun, 19 Sep 2010 11:59:52 +0000 (11:59 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 20 Sep 2010 14:11:43 +0000 (16:11 +0200)
commit224e98468078e9267b0b4c2d72bfb0eb3b2863ec
tree35572a4cf98f06220a4c6f3dd697c309b2fbefc8
parent7f20d126527d6f1bdd0b3c744c053d2c0f467857
qt4-embedded: avoid circular dependencies for reciped providing qt4-embedded

* qt4e.bbclass did add a dependency on qt4-embedded for recipes
  providing qt4-embedded. This breaks building of qt4-embedded-gles
  in 2 ways:

  1. PREFERRED_PROVIDER_qt4-embedded = qt4-embedded-gles
     adds a circular dependency.

  2. bitbake qt4-embedded-gles
     first builds and installs qt4-embedded to sysroots/ and then
     fails to link the qt4-embedded-gles build against the libs in
     sysroots which don't provide the gl specific symbols

* The fix avoids adding the dependency for package names _beginning_
  with 'qt4-embedded' (as it is done in the x11 version).

Signed-off-by: Koen Kooi <koen@openembedded.org>
classes/qt4e.bbclass