summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include/poky-floating-revisions.inc
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-01-17 15:21:22 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-01-17 15:21:22 +0000
commitde44ac88937411ae6d49e39b88cf0d952720861f (patch)
tree66cd30182dd8a0b2c76a8c57b1ad95e95bf1a7b4 /meta/conf/distro/include/poky-floating-revisions.inc
parent2db29599357d0df5fde1cf99a3bd412989b7d71e (diff)
downloadpoky-de44ac88937411ae6d49e39b88cf0d952720861f.tar.gz
conf/distro/include: Update PREFERRED_VERSIONS after various recent changes
Diffstat (limited to 'meta/conf/distro/include/poky-floating-revisions.inc')
-rw-r--r--meta/conf/distro/include/poky-floating-revisions.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-floating-revisions.inc b/meta/conf/distro/include/poky-floating-revisions.inc
index 4694d99e0b..958bc693dd 100644
--- a/meta/conf/distro/include/poky-floating-revisions.inc
+++ b/meta/conf/distro/include/poky-floating-revisions.inc
@@ -58,6 +58,25 @@ SRCREV_pn-tasks ?= "${AUTOREV}"
58SRCREV_pn-libjana = "${AUTOREV}" 58SRCREV_pn-libjana = "${AUTOREV}"
59SRCREV_pn-metacity-clutter = "${AUTOREV}" 59SRCREV_pn-metacity-clutter = "${AUTOREV}"
60 60
61SRCREV_pn-dri2proto = "${AUTOREV}"
62PREFERRED_VERSION_dri2proto ?= "1.99.1+git${SRCREV}"
63SRCREV_pn-libdrm = "${AUTOREV}"
64PREFERRED_VERSION_libdrm ?= "2.4.0+git${SRCREV}"
65SRCREV_pn-libxcb = "${AUTOREV}"
66PREFERRED_VERSION_libxcb ?= "1.1.90.1+gitr${SRCREV}"
67SRCREV_pn-lib-proto = "${AUTOREV}"
68PREFERRED_VERSION_xcb-proto ?= "1.2+gitr${SRCREV}"
69SRCREV_pn-libxcb-sdk = "${AUTOREV}"
70PREFERRED_VERSION_libxcb-sdk ?= "1.1.90.1+gitr${SRCREV}"
71SRCREV_pn-xf86-input-evdev = "${AUTOREV}"
72PREFERRED_VERSION_xf86-input-evdev ?= "2.0.4"
73SRCREV_pn-xf86-input-mouse = "${AUTOREV}"
74PREFERRED_VERSION_xf86-input-mouse ?= "1.3.0+git${SRCREV}"
75SRCREV_pn-xf86-input-keyboard = "${AUTOREV}"
76PREFERRED_VERSION_xf86-input-keyboard ?= "1.3.1+git${SRCREV}"
77SRCREV_pn-xf86-input-synaptics = "${AUTOREV}"
78PREFERRED_VERSION_xf86-input-synaptics ?= "0.15.2+git${SRCREV}"
79
61#SRCDATE_oprofile ?= "${DATE}" 80#SRCDATE_oprofile ?= "${DATE}"
62 81
63PREFERRED_VERSION_oprofile ?= "0.9.4+cvs${SRCDATE_oprofile}" 82PREFERRED_VERSION_oprofile ?= "0.9.4+cvs${SRCDATE_oprofile}"