aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/preferred-shr-versions.inc
blob: 46b518cf2afbd7817fc7f4fa7642e494fd5f4bc6 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Upgraded
# use newer version then preferred by default
PREFERRED_VERSION_boost = "1.40.0"
PREFERRED_VERSION_dbus = "1.3.0"
PREFERRED_VERSION_autoconf = "2.65"
PREFERRED_VERSION_autoconf-native = "2.65"
PREFERRED_VERSION_automake = "1.11.1"
PREFERRED_VERSION_automake-native = "1.11.1"
PREFERRED_VERSION_libmikmod = "3.2.0-beta2"
PREFERRED_VERSION_mtd-utils-native = "1.2.0+git"
PREFERRED_VERSION_strace = "4.5.15"
PREFERRED_VERSION_mesa-dri     = "7.8.1"

# 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.32"

# override EFL_SRCREV from sane-srcrevs.inc
# EFL_SRCREV ?= "44424"

# 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_xserver-common = "1.33"
PREFERRED_VERSION_xserver-nodm-init = "2.0"
PREFERRED_VERSION_gtk+          = "2.20.0"
PREFERRED_VERSION_gtk+-native   = "2.20.0"
PREFERRED_VERSION_hal           = "0.5.13"
PREFERRED_VERSION_libtool       = "2.2.6b"
PREFERRED_VERSION_libtool-native = "2.2.6b"
PREFERRED_VERSION_libtool-cross = "2.2.6b"
PREFERRED_VERSION_libtool-sdk   = "2.2.6b"
PREFERRED_VERSION_udev          = "151"
PREFERRED_VERSION_usbutils      = "0.86"
PREFERRED_VERSION_wpa-supplicant = "0.6.9"
PREFERRED_VERSION_glib-2.0      = "2.24.0"
PREFERRED_VERSION_glib-2.0-native = "2.24.0"
UDEV_GE_141 = "1"

ANGSTROM_QT_VERSION ?= "4.6.2"
PREFERRED_VERSION_qt4-tools-native = "${ANGSTROM_QT_VERSION}"
PREFERRED_VERSION_qt4-tools-sdk = "${ANGSTROM_QT_VERSION}"
PREFERRED_VERSION_qt4-embedded = "${ANGSTROM_QT_VERSION}"
PREFERRED_VERSION_qt4-embedded-gles = "${ANGSTROM_QT_VERSION}"
PREFERRED_VERSION_qt4-x11-free = "${ANGSTROM_QT_VERSION}"
PREFERRED_VERSION_qt4-x11-free-gles = "${ANGSTROM_QT_VERSION}"

# epdf needs > 0.12, but recipes have D_P = -1
PREFERRED_VERSION_poppler = "0.12.3"

# Downgraded
PREFERRED_VERSION_pulseaudio = "0.9.15"