[oe-commits] Koen Kooi : angstrom: add preferred provider for qt4

git version control git at git.openembedded.org
Sun Aug 16 14:18:20 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b09a45be78fb144bd632b89703efd9d163e86900
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b09a45be78fb144bd632b89703efd9d163e86900

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Aug 16 16:12:14 2009 +0200

angstrom: add preferred provider for qt4

* bitbake had the following to say:

  NOTE: multiple providers are available for qt4x11 (qt4-x11-free-gles, qt4-x11-free);
  NOTE: consider defining PREFERRED_PROVIDER_qt4x11

  Which seems to give a fairly obvious way to fix it, so let's actually do so.

* I wish OE had something like PROVIDER_PREFERENCE = "1" to do this sort of stuff globally, but OTOH it really is a distro decision

---

 conf/distro/angstrom-2008.1.conf |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf
index 8ae78b7..93fbddf 100644
--- a/conf/distro/angstrom-2008.1.conf
+++ b/conf/distro/angstrom-2008.1.conf
@@ -182,6 +182,9 @@ PREFERRED_PROVIDER_gdk-pixbuf-loader-wbmp ?= "gtk+"
 PREFERRED_PROVIDER_gdk-pixbuf-loader-xbm  ?= "gtk+"
 PREFERRED_PROVIDER_gdk-pixbuf-loader-xpm  ?= "gtk+"
 
+# QT stuff:
+# There are several flavours of qt4x11 in OE, so lets pick one that is buildable for everyone
+PREFERRED_PROVIDER_qt4x11 ?= "qt4-x11-free"
 
 #Silence a warning during parsing
 PREFERRED_PROVIDER_task-bootstrap = "task-bootstrap"





More information about the Openembedded-commits mailing list