SlugOS: nail down preferred version for avahi and tiff (libtool crappage victims)
[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_avahi                         ?= "0.6.23"
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.1"
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.18.3"
47 PREFERRED_VERSION_glib-2.0-native               ?= "2.18.0"
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                       ?= "1.5.10"
53 PREFERRED_VERSION_libtool-native                ?= "1.5.10"
54 PREFERRED_VERSION_libtool-cross                 ?= "1.5.10"
55 PREFERRED_VERSION_libtool-sdk                   ?= "1.5.10"
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_tiff                          ?= "3.7.2"
64 PREFERRED_VERSION_udev                          ?= "118"
65
66 ##################### Stuff with special notes, and broken stuff:
67
68 # Hack alert - selecting this version of libusb effectively selects
69 # the use of libusb1 and libusb-compat in the case that something
70 # still depends on libusb. This is required because otherwise
71 # libusb will overwrite libusb-compat in staging.
72 PREFERRED_VERSION_libusb                        ?= "0.0.0"
73
74 # mtd-utils 1.2.0+git cannot be fetched, so SlugOS will stick
75 # with 1.1.0 for now:
76 PREFERRED_VERSION_mtd-utils                     ?= "1.1.0"
77
78 # boost 1.36 won't build
79 PREFERRED_VERSION_boost                         ?= "1.33.1"
80
81 ####################### Obsolete stuff, not sure why we keep this:
82
83 # New pango and older glib-2.0 versions don't mix,
84 # so specify exactly what we would like to build.
85 #PREFERRED_VERSION_pango    ?= "1.20.5"
86 #PREFERRED_VERSION_glib-2.0 ?= "2.16.1"
87 #PREFERRED_VERSION_cairo    ?= "1.4.8"
88 #
89 # Stick with an older gettext and e2fsprogs stuff
90 # and gnutls... (our autotools is too old at the moment)
91 #PREFERRED_VERSION_gnutls           ?= "1.6.3"
92 #PREFERRED_VERSION_gettext          ?= "0.14.1"
93 #PREFERRED_VERSION_gettext-native   ?= "0.14.1"
94 #PREFERRED_VERSION_e2fsprogs-libs   ?= "1.39"
95 #PREFERRED_VERSION_e2fsprogs        ?= "1.38"
96 #PREFERRED_VERSION_e2fsprogs-native ?= "1.38"
97