aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/preferred-shr-versions.inc
blob: f4ddf2fa259f5fe405e27702e797b39585422c12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Upgraded
# use newer version then preferred by default
PREFERRED_VERSION_boost = "1.40.0"
PREFERRED_VERSION_dbus = "1.3.0"
PREFERRED_VERSION_autoconf = "2.63"
PREFERRED_VERSION_autoconf-native = "2.63"
PREFERRED_VERSION_libmikmod = "3.2.0-beta2"
PREFERRED_VERSION_mtd-utils-native = "1.2.0+git"
PREFERRED_VERSION_strace = "4.5.15"

# We need this for jamvm
PREFERRED_VERSION_classpath = "0.98"
PREFERRED_VERSION_classpath-native = "0.98"

# we need new headers for libc, now OLDEST_KERNEL_linux-gnueabi = "2.6.24"
# and 2.6.31 for fsodeviced
PREFERRED_VERSION_linux-libc-headers = "2.6.31"

# override EFL_SRCREV from sane-srcrevs.inc
# now is EFL_SRCREV newer in sane-srcrevs.inc
# EFL_SRCREV ?= "43898"

# specifically set an openssh version
# NOTE: whenever changing the version here make sure
#       to check we won't loose our specific config !!!
PREFERRED_VERSION_openssh = "5.2p1"

# upgrades used in Angstrom
PREFERRED_VERSION_gtk+          = "2.18.3"
PREFERRED_VERSION_hal           = "0.5.13"
PREFERRED_VERSION_libtool       = "2.2.6a"
PREFERRED_VERSION_libtool-native = "2.2.6a"
PREFERRED_VERSION_libtool-cross = "2.2.6a"
PREFERRED_VERSION_libtool-sdk   = "2.2.6a"
PREFERRED_VERSION_udev          = "141"
PREFERRED_VERSION_usbutils = "0.82"
PREFERRED_VERSION_wpa-supplicant = "0.6.9"
UDEV_GE_141 = "1"

# Downgraded
# python-pygtk_2.16.0 is accessing non-existent /usr/share/pygobject/2.0/codegen/codegen.py
PREFERRED_VERSION_python-pygtk = "2.10.4"