From: Rod Whitby Date: Wed, 20 Aug 2008 01:34:08 +0000 (+0000) Subject: openmoko.conf: Define PREFERRED_PROVIDER_qte, even though it's not used, just to... X-Git-Tag: Release-2010-05/1~6305^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6efab01d8ec14ecc805240e419cdd822893cfe7;p=openembedded.git openmoko.conf: Define PREFERRED_PROVIDER_qte, even though it's not used, just to shut bitbake up. --- diff --git a/conf/distro/openmoko.conf b/conf/distro/openmoko.conf index 320d9c057b..6b2531b381 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}"