[oe-commits] : openmoko.conf: Define PREFERRED_PROVIDER_qte, even though it's not used, just to shut bitbake up.

OE GIT Trial gittrial at amethyst.openembedded.net
Wed Aug 20 02:17:53 UTC 2008


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

Author:  <rwhitby at nslu2-linux.org>
Date:   Wed Aug 20 01:34:08 2008 +0000

openmoko.conf: Define PREFERRED_PROVIDER_qte, even though it's not used, just to shut bitbake up.

---

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

diff --git a/conf/distro/openmoko.conf b/conf/distro/openmoko.conf
index 320d9c0..6b2531b 100644
--- a/conf/distro/openmoko.conf
+++ b/conf/distro/openmoko.conf
@@ -65,6 +65,9 @@ PREFERRED_PROVIDER_virtual/java-initial = "cacao-initial"
 PREFERRED_PROVIDER_swt3.4-gtk = "swt3.4-gtk"
 PREFERRED_PROVIDER_midpath = "midpath-openmoko"
 
+# We don't use this, but select one to shut bitbake up.
+PREFERRED_PROVIDER_virtual/libqte2 = "qte"
+
 # deploy gta01 and gta02 in ${MACHINE_CLASS} directory
 DEPLOY_DIR_IMAGE_om-gta01 = "${DEPLOY_DIR}/images/${MACHINE_CLASS}"
 DEPLOY_DIR_IMAGE_om-gta02 = "${DEPLOY_DIR}/images/${MACHINE_CLASS}"





More information about the Openembedded-commits mailing list