2749c39ce8166dc6d7552d36298fd49749185be0
[openembedded.git] / conf / distro / include / preferred-slugos-versions.inc
1 #===============================================================================#
2 #===============================================================================#
3 #                              NOTE NOTE NOTE
4 #
5 # This *forces* the preferred kernel version; making it unable to be overridden
6 # in the local.conf file.  This is a Very Bad Thing.  This is temporary, and
7 # is intended to facilitate some SlugOS-specific testing without disturbing
8 # other distros that use the ixp4xx machine type (which is currently where the
9 # preferred kernel version is set).
10 #
11 # This *must* be removed after initial testing is completed.  MJW 08-Dec-2008
12 #
13 PREFERRED_VERSION_linux-ixp4xx = "2.6.27.8+svnr${SRCREV}"
14 #
15 #===============================================================================#
16 #===============================================================================#
17 #                              NOTE NOTE NOTE
18 #
19 # Override the sane-srcrev file with regard to the opkg versions - this should
20 # be removed as soon as opkg starts to work correctly again as newer opkg
21 # versions fix a number of bugs and add some desireable features.
22 #
23 SRCREV_pn-opkg        = "160"
24 SRCREV_pn-opkg-native = "160"
25 SRCREV_pn-opkg-sdk    = "160"
26 #
27 #===============================================================================#
28 #===============================================================================#
29
30 ### Standard package preferred versions go here, sorted
31 ### alphabetically.  Note that the main slugos.inc file
32 ### may include preferred versions for toolchain components.
33
34 PREFERRED_VERSION_automake-native               ?= "1.10.3"
35 PREFERRED_VERSION_automake                      ?= "1.10.3"
36 PREFERRED_VERSION_binutils                      ?= "2.18.50.0.7"
37 PREFERRED_VERSION_binutils-cross                ?= "2.18.50.0.7"
38 PREFERRED_VERSION_binutils-cross-sdk            ?= "2.18.50.0.7"
39 PREFERRED_VERSION_busybox                       ?= "1.13.2"
40 PREFERRED_VERSION_dbus                          ?= "1.2.3"
41 PREFERRED_VERSION_gcc                           ?= "4.2.4"
42 PREFERRED_VERSION_gcc-cross                     ?= "4.2.4"
43 PREFERRED_VERSION_gcc-cross-sdk                 ?= "4.2.4"
44 PREFERRED_VERSION_gcc-cross-initial             ?= "4.2.4"
45 PREFERRED_VERSION_gcc-cross-intermediate        ?= "4.2.4"
46 PREFERRED_VERSION_glib-2.0                      ?= "2.22.1"
47 PREFERRED_VERSION_glib-2.0-native               ?= "2.22.1"
48 PREFERRED_VERSION_glibc                         ?= "2.6.1"
49 PREFERRED_VERSION_glibc-initial                 ?= "2.6.1"
50 PREFERRED_VERSION_ipkg                          ?= "0.99.163"
51 PREFERRED_VERSION_ipkg-native                   ?= "0.99.163"
52 PREFERRED_VERSION_libtool                       ?= "2.2.6b"
53 PREFERRED_VERSION_libtool-native                ?= "2.2.6b"
54 PREFERRED_VERSION_libtool-cross                 ?= "2.2.6b"
55 PREFERRED_VERSION_libtool-sdk                   ?= "2.2.6b"
56 PREFERRED_VERSION_linux-libc-headers            ?= "2.6.23"
57 PREFERRED_VERSION_m4                            ?= "1.4.8"
58 PREFERRED_VERSION_m4-native                     ?= "1.4.8"
59 PREFERRED_VERSION_netatalk                      ?= "2.0.3"
60 PREFERRED_VERSION_nslu2-linksys-firmware        ?= "2.3r63"
61 PREFERRED_VERSION_pkgconfig                     ?= "0.23"
62 PREFERRED_VERSION_pkgconfig-native              ?= "0.23"
63 PREFERRED_VERSION_udev                          ?= "118"
64
65 ##################### Stuff with special notes, and broken stuff:
66
67 # boost 1.36 won't build
68 PREFERRED_VERSION_boost                         ?= "1.33.1"
69
70 # pulseaudio 0.9.19 is broken (ASM errors during do_compile):
71 PREFERRED_VERSION_pulseaudio                    ?= "0.9.15"