diff options
author | Yu Ke <ke.yu@intel.com> | 2011-04-09 22:22:31 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-18 05:42:42 +0100 |
commit | 19e714882ea74568905b7ac26fe761561c63cfb5 (patch) | |
tree | 6cf276bdf40006d11ae6c2a50d41986e55660c43 /meta | |
parent | e1d6b2f4c8bbdd3d30b5be66a321b41b6c62b063 (diff) | |
download | openembedded-core-contrib-19e714882ea74568905b7ac26fe761561c63cfb5.tar.gz |
xf86-input-keyboard: upgrade from 1.5.0 to 1.6.0
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/preferred-xorg-versions.inc | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.6.0.bb (renamed from meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.5.0.bb) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index 07eb35dfca1..fb21c2c1f7e 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc @@ -143,7 +143,7 @@ PREFERRED_VERSION_libxcb-nativesdk ?= "1.7" PREFERRED_VERSION_libpciaccess ?= "0.12.1" PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" PREFERRED_VERSION_xf86-input-mouse ?= "1.6.0" -PREFERRED_VERSION_xf86-input-keyboard ?= "1.5.0" +PREFERRED_VERSION_xf86-input-keyboard ?= "1.6.0" PREFERRED_VERSION_xf86-input-synaptics ?= "1.4.0" PREFERRED_VERSION_xf86-video-intel ?= "2.14.0" diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.5.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.6.0.bb index aa8be674454..9b1441d77cb 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.5.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.6.0.bb @@ -11,5 +11,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ea2099d24ac9e316a6d4b9f20b3d4e10" PR = "r0" -SRC_URI[md5sum] = "b74d7162db5ce7899c17927c6cfa9522" -SRC_URI[sha256sum] = "2303510e905465ebee91f22cdd75706a15afb108258bc220c7500f213de19cb0" +SRC_URI[md5sum] = "e2abe9f13e526a73cb68a7d257546eba" +SRC_URI[sha256sum] = "c46c790fec905d696573b7a374b10ab8b4389112a8f69993fe011006c99e858e" |