Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
[vuplus_openembedded] / 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"
35 PREFERRED_VERSION_binutils                      ?= "2.18.50.0.7"
36 PREFERRED_VERSION_binutils-cross                ?= "2.18.50.0.7"
37 PREFERRED_VERSION_binutils-cross-sdk            ?= "2.18.50.0.7"
38 PREFERRED_VERSION_busybox                       ?= "1.13.2"
39 PREFERRED_VERSION_dbus                          ?= "1.2.1"
40 PREFERRED_VERSION_gcc                           ?= "4.2.4"
41 PREFERRED_VERSION_gcc-cross                     ?= "4.2.4"
42 PREFERRED_VERSION_gcc-cross-sdk                 ?= "4.2.4"
43 PREFERRED_VERSION_gcc-cross-initial             ?= "4.2.4"
44 PREFERRED_VERSION_gcc-cross-intermediate        ?= "4.2.4"
45 PREFERRED_VERSION_glib-2.0                      ?= "2.18.3"
46 PREFERRED_VERSION_glib-2.0-native               ?= "2.18.0"
47 PREFERRED_VERSION_glibc                         ?= "2.6.1"
48 PREFERRED_VERSION_glibc-initial                 ?= "2.6.1"
49 PREFERRED_VERSION_ipkg                          ?= "0.99.163"
50 PREFERRED_VERSION_ipkg-native                   ?= "0.99.163"
51 PREFERRED_VERSION_libtool                       ?= "1.5.10"
52 PREFERRED_VERSION_libtool-native                ?= "1.5.10"
53 PREFERRED_VERSION_libtool-cross                 ?= "1.5.10"
54 PREFERRED_VERSION_libtool-sdk                   ?= "1.5.10"
55 PREFERRED_VERSION_linux-libc-headers            ?= "2.6.23"
56 PREFERRED_VERSION_m4                            ?= "1.4.8"
57 PREFERRED_VERSION_m4-native                     ?= "1.4.8"
58 PREFERRED_VERSION_netatalk                      ?= "2.0.3"
59 PREFERRED_VERSION_nslu2-linksys-firmware        ?= "2.3r63"
60 PREFERRED_VERSION_pkgconfig                     ?= "0.23"
61 PREFERRED_VERSION_pkgconfig-native              ?= "0.23"
62 PREFERRED_VERSION_udev                          ?= "118"
63
64 ##################### Stuff with special notes, and broken stuff:
65
66 # libtool/pkgconfig victims -- these packages are locked down because
67 # newer versions also require newer libtool/pkgconfig versions.
68
69 PREFERRED_VERSION_avahi                         ?= "0.6.23"
70 PREFERRED_VERSION_gst-plugins-base              ?= "0.10.17"
71 PREFERRED_VERSION_tiff                          ?= "3.7.2"
72
73
74 # Hack alert - selecting this version of libusb effectively selects
75 # the use of libusb1 and libusb-compat in the case that something
76 # still depends on libusb. This is required because otherwise
77 # libusb will overwrite libusb-compat in staging.
78 PREFERRED_VERSION_libusb                        ?= "0.0.0"
79
80 # mtd-utils 1.2.0+git cannot be fetched, so SlugOS will stick
81 # with 1.1.0 for now:
82 PREFERRED_VERSION_mtd-utils                     ?= "1.1.0"
83
84 # boost 1.36 won't build
85 PREFERRED_VERSION_boost                         ?= "1.33.1"
86
87 ####################### Obsolete stuff, not sure why we keep this:
88
89 # New pango and older glib-2.0 versions don't mix,
90 # so specify exactly what we would like to build.
91 #PREFERRED_VERSION_pango    ?= "1.20.5"
92 #PREFERRED_VERSION_glib-2.0 ?= "2.16.1"
93 #PREFERRED_VERSION_cairo    ?= "1.4.8"
94 #
95 # Stick with an older gettext and e2fsprogs stuff
96 # and gnutls... (our autotools is too old at the moment)
97 #PREFERRED_VERSION_gnutls           ?= "1.6.3"
98 #PREFERRED_VERSION_gettext          ?= "0.14.1"
99 #PREFERRED_VERSION_gettext-native   ?= "0.14.1"
100 #PREFERRED_VERSION_e2fsprogs-libs   ?= "1.39"
101 #PREFERRED_VERSION_e2fsprogs        ?= "1.38"
102 #PREFERRED_VERSION_e2fsprogs-native ?= "1.38"
103