generic-poky/meta/conf/distro/include/poky-fixed-revisions.inc

61 lines
1.8 KiB
PHP
Raw Normal View History

# Known good source dates/revisions/tags to use:
#
# Preferred Versions:
#
PREFERRED_VERSION_libmatchbox ?= "1.9"
PREFERRED_VERSION_matchbox-theme-sato ?= "0.1"
glib-2.0: upgrade to 2.24.1 (borrow from OE 2.24.0, with study about reason for detail changes) [Patches-Poky] KEEP _configure-libtool.patch_: fix cross-build env REMOVE _glibconfig-sysdefs.h_: introduced in glib-1.2.10, which is actually not valid today KEEP _glib-gettexize-dir.patch_: another quite old patch added before 2.10.3 add history info, and mark for upstream [Patches-OE] NOTAKE _gio.patch_: a private extension for a window matching library (wncksync) NOTAKE _gvavriant.patch_: in 2.24.1 now NOTAKE _gasync.patch_: in 2.24.1 now TAKE _60_wait-longer-for-threads-to-die.patch: said to fix anonying warning TAKE _gatomic-proper-get-cast.patch_: fix error about type casting. Instead of using OE's patch, I found a better one from latest repo NOTAKE _g_once_init_enter.patch_: in OE since 2.22.1, not quite sure of its purpose, also it's not in upstream yet [Recipe] - fix metadata - keep glib-2.inc which is for python optimization - remove PRIORITY since 'optional' is the default - no need to specially install glibconfig.h in ad hoc path, which is only relied by 'obexpush' which poky doesn't have and can be fixed in 'obexpush' itself as what OE does - no need to manually create glib2.0/glib, which is handled by current code - remove 'acpaths' which only applies to versions before 2.12.4 - below lines are not taken from OE * glib-mkenums tweaks, which exists in OE for a long time but never in poky. since there's no way to find out original commit, keep poky's style instead. * host libtool check. not sure about its purpose, and it's also in OE for quite long time Signed-off-by Kevin Tian <kevin.tian@intel.com>
2010-06-25 07:07:01 +00:00
PREFERRED_VERSION_glib-2.0 ?= "2.24.1"
PREFERRED_VERSION_glib-2.0-native ?= "2.24.1"
PREFERRED_VERSION_atk ?= "1.24.0"
PREFERRED_VERSION_cairo ?= "1.8.10"
PREFERRED_VERSION_pango ?= "1.28.0"
PREFERRED_VERSION_gtk+ ?= "2.14.2"
PREFERRED_VERSION_librsvg ?= "2.26.3"
PREFERRED_VERSION_dbus ?= "1.2.4"
PREFERRED_VERSION_dbus-native ?= "1.2.4"
PREFERRED_VERSION_dbus-glib ?= "0.82"
PREFERRED_VERSION_dbus-glib-native ?= "0.82"
PREFERRED_VERSION_gnome-vfs ?= "2.22.0"
PREFERRED_VERSION_libgnomecanvas ?= "2.20.0"
PREFERRED_VERSION_evince ?= "2.20.0"
PREFERRED_VERSION_minimo ?= "0.02+cvs${SRCDATE_minimo}"
PREFERRED_VERSION_oprofile ?= "0.9.4"
PREFERRED_VERSION_elfutils ?= "0.89"
PREFERRED_VERSION_hal ?= "0.5.13"
PREFERRED_VERSION_hal-info ?= "20090414"
PREFERRED_VERSION_udev ?= "141"
#
# meta-moblin package PREFERRED_VERSIONS
#
SRCREV_pn-xf86-video-psb ?= "b6b3bba06fe5a3fe0b1bd6e31a7369dd83812bab"
PREFERRED_VERSION_anerley ?= "0.1.7"
PREFERRED_VERSION_bickley ?= "0.4"
PREFERRED_VERSION_bisho ?= "0.17.1"
PREFERRED_VERSION_bognor-regis ?= "0.5.0"
PREFERRED_VERSION_carrick ?= "1.1.13"
PREFERRED_VERSION_dalston ?= "0.1.12"
PREFERRED_VERSION_gupnp-av ?= "0.4"
PREFERRED_VERSION_hornsey ?= "1.0"
PREFERRED_VERSION_mojito ?= "0.21.7"
PREFERRED_VERSION_nbtk ?= "1.2.3"
PREFERRED_VERSION_moblin-panel-applications ?= "0.1.2"
PREFERRED_VERSION_moblin-panel-media ?= "0.0.7"
PREFERRED_VERSION_moblin-panel-myzone ?= "0.0.12"
PREFERRED_VERSION_moblin-panel-pasteboard ?= "0.0.2"
PREFERRED_VERSION_moblin-panel-people ?= "0.0.9"
PREFERRED_VERSION_moblin-panel-status ?= "0.0.9"
PREFERRED_VERSION_mutter ?= "2.28.1"
PREFERRED_VERSION_mutter-moblin ?= "0.43.8"