diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-07-05 01:54:59 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-05 01:54:59 +0000 |
commit | 7dcc5e29df8c67b157358bf433d1dd9cd5be7b7b (patch) | |
tree | 99d0e7b315b5f34fe5f249fdde6002f97e314a6c /conf/distro/jlime-donkey.conf | |
parent | 3fbcf379bbd88204d7dd396415bbb65346feeaab (diff) |
distro/preferred-opie-cvs-versions.inc: Addition of new opie cvs file
* Uses SRCDATE_<package> where SRCDATE=Opie_Version. This is used
when version (1.2.1/1.2.2) isnt the best option and a secure
CVSDATE is preferred. Please drop this is theres an
better option, had no luck with using preferred_version.
distro/jlime-donkey.conf: Changes to reflect Opie-cvs package.
* Using Opie_version and including the new file.
Diffstat (limited to 'conf/distro/jlime-donkey.conf')
-rw-r--r-- | conf/distro/jlime-donkey.conf | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/conf/distro/jlime-donkey.conf b/conf/distro/jlime-donkey.conf index 67e2aef263..a5dd6eaca2 100644 --- a/conf/distro/jlime-donkey.conf +++ b/conf/distro/jlime-donkey.conf @@ -11,7 +11,8 @@ export FEED_URLS_jlime = "donkey##http://www.jlime.com/downloads/releases/donkey #<> #<> We will set CVS DATE when things are known to work. #<> -SRCDATE = "20060627" +#SRCDATE = "20060627" + PREFERRED_PROVIDERS = "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}g++:gcc-cross" @@ -76,10 +77,14 @@ BOOTSTRAP_EXTRA_DEPENDS += "pcmciautils ncurses nano wireless-tools console-too e2tools e2fsprogs kernel-modules" #<> -#<>What Opie version should we use. +#<>What Qte, libqte.. versions should we use. #<> -#OPIE_VERSION = "1.2.3" // use cvsdate for now -#include conf/distro/preferred-opie-versions.inc +QTE_VERSION = "2.3.10" +PALMTOP_USE_MULTITHREADED_QT = "yes" +PREFERRED_PROVIDER_virtual/libqte2 = "qte-mt" +PREFERRED_PROVIDER_virtual/libqpe1 = "libqpe-opie" +OPIE_VERSION = "20060705" +include conf/distro/preferred-opie-cvs-versions.inc #<> #<> We want pcmciautils, not pcmcia-cs |