diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-19 22:37:38 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-19 22:37:38 +0000 |
commit | 2da90388ac7398aa5cf7fcbf6d0f28d9326cb224 (patch) | |
tree | ea061c6a7f7a47fd1ffe953d1b80d115226acbe9 | |
parent | bb98685a711deccf3d93c1f9236cb99519da5231 (diff) | |
download | poky-2da90388ac7398aa5cf7fcbf6d0f28d9326cb224.tar.gz |
poky-floating-revisions: Disable PREFERRED_VERSION statements for now
-rw-r--r-- | meta/conf/distro/include/poky-floating-revisions.inc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/meta/conf/distro/include/poky-floating-revisions.inc b/meta/conf/distro/include/poky-floating-revisions.inc index 958bc693dd..89e5c7a10a 100644 --- a/meta/conf/distro/include/poky-floating-revisions.inc +++ b/meta/conf/distro/include/poky-floating-revisions.inc | |||
@@ -59,23 +59,23 @@ SRCREV_pn-libjana = "${AUTOREV}" | |||
59 | SRCREV_pn-metacity-clutter = "${AUTOREV}" | 59 | SRCREV_pn-metacity-clutter = "${AUTOREV}" |
60 | 60 | ||
61 | SRCREV_pn-dri2proto = "${AUTOREV}" | 61 | SRCREV_pn-dri2proto = "${AUTOREV}" |
62 | PREFERRED_VERSION_dri2proto ?= "1.99.1+git${SRCREV}" | 62 | #PREFERRED_VERSION_dri2proto ?= "1.99.1+git${SRCREV}" |
63 | SRCREV_pn-libdrm = "${AUTOREV}" | 63 | SRCREV_pn-libdrm = "${AUTOREV}" |
64 | PREFERRED_VERSION_libdrm ?= "2.4.0+git${SRCREV}" | 64 | #PREFERRED_VERSION_libdrm ?= "2.4.0+git${SRCREV}" |
65 | SRCREV_pn-libxcb = "${AUTOREV}" | 65 | SRCREV_pn-libxcb = "${AUTOREV}" |
66 | PREFERRED_VERSION_libxcb ?= "1.1.90.1+gitr${SRCREV}" | 66 | #PREFERRED_VERSION_libxcb ?= "1.1.90.1+gitr${SRCREV}" |
67 | SRCREV_pn-lib-proto = "${AUTOREV}" | 67 | SRCREV_pn-lib-proto = "${AUTOREV}" |
68 | PREFERRED_VERSION_xcb-proto ?= "1.2+gitr${SRCREV}" | 68 | #PREFERRED_VERSION_xcb-proto ?= "1.2+gitr${SRCREV}" |
69 | SRCREV_pn-libxcb-sdk = "${AUTOREV}" | 69 | SRCREV_pn-libxcb-sdk = "${AUTOREV}" |
70 | PREFERRED_VERSION_libxcb-sdk ?= "1.1.90.1+gitr${SRCREV}" | 70 | #PREFERRED_VERSION_libxcb-sdk ?= "1.1.90.1+gitr${SRCREV}" |
71 | SRCREV_pn-xf86-input-evdev = "${AUTOREV}" | 71 | SRCREV_pn-xf86-input-evdev = "${AUTOREV}" |
72 | PREFERRED_VERSION_xf86-input-evdev ?= "2.0.4" | 72 | #PREFERRED_VERSION_xf86-input-evdev ?= "2.0.4" |
73 | SRCREV_pn-xf86-input-mouse = "${AUTOREV}" | 73 | SRCREV_pn-xf86-input-mouse = "${AUTOREV}" |
74 | PREFERRED_VERSION_xf86-input-mouse ?= "1.3.0+git${SRCREV}" | 74 | #PREFERRED_VERSION_xf86-input-mouse ?= "1.3.0+git${SRCREV}" |
75 | SRCREV_pn-xf86-input-keyboard = "${AUTOREV}" | 75 | SRCREV_pn-xf86-input-keyboard = "${AUTOREV}" |
76 | PREFERRED_VERSION_xf86-input-keyboard ?= "1.3.1+git${SRCREV}" | 76 | #PREFERRED_VERSION_xf86-input-keyboard ?= "1.3.1+git${SRCREV}" |
77 | SRCREV_pn-xf86-input-synaptics = "${AUTOREV}" | 77 | SRCREV_pn-xf86-input-synaptics = "${AUTOREV}" |
78 | PREFERRED_VERSION_xf86-input-synaptics ?= "0.15.2+git${SRCREV}" | 78 | #PREFERRED_VERSION_xf86-input-synaptics ?= "0.15.2+git${SRCREV}" |
79 | 79 | ||
80 | #SRCDATE_oprofile ?= "${DATE}" | 80 | #SRCDATE_oprofile ?= "${DATE}" |
81 | 81 | ||