diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-26 21:40:01 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-26 21:40:01 +0000 |
commit | 073353aa1c4188bc72522d18eaa16aa8391b7f1b (patch) | |
tree | 00dcf14dd3eabec794c1466701e355321edd9db8 | |
parent | 398defc69eeaa499a5af8fae12b8065e9ba97eae (diff) |
angstrom 2007.1: prefer cairo 1.3.4 (for fpu speed ups) and wpa-supplicant 0.5.5 (<0.5.x breaks with networkmanager)
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index 91708aba37..6a872e28ba 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -8,7 +8,7 @@ #DISTRO_VERSION = "2007.1" DISTRO_VERSION = "test-${DATE}" -DISTRO_REVISION = "12" +DISTRO_REVISION = "13" require conf/distro/include/angstrom.inc require conf/distro/include/sane-srcdates.inc @@ -88,7 +88,7 @@ PREFERRED_PROVIDER_virtual/libxine ?= "libxine-x11" PREFERRED_VERSION_fontconfig = "2.3.95" PREFERRED_VERSION_freetype = "2.2.1" #fix screen corruption issues -PREFERRED_VERSION_cairo = "1.3.2" +PREFERRED_VERSION_cairo = "1.3.4" #Small machines prefer kdrive, but we might ship full Xorg in other images PREFERRED_PROVIDER_virtual/xserver ?= "xserver-kdrive" @@ -183,6 +183,8 @@ PREFERRED_PROVIDER_hostap-modules_hx4700 ?= "hostap-modules" PREFERRED_VERSION_hostap-modules ?= "0.4.7" PREFERRED_VERSION_hostap-utils ?= "0.4.7" +PREFERRED_VERSION_wpa-supplicant = "0.5.5" + #Down here we put stuff we want to install into machines without polluting conf/machine/ with distro stuff # c7x0, akita, spitz, nokia770, h2200, h6300, hx4700, simpad |