From 19e714882ea74568905b7ac26fe761561c63cfb5 Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Sat, 9 Apr 2011 22:22:31 +0800 Subject: xf86-input-keyboard: upgrade from 1.5.0 to 1.6.0 Signed-off-by: Yu Ke --- meta/conf/distro/include/preferred-xorg-versions.inc | 2 +- .../xorg-driver/xf86-input-keyboard_1.5.0.bb | 15 --------------- .../xorg-driver/xf86-input-keyboard_1.6.0.bb | 15 +++++++++++++++ 3 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.5.0.bb create mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.6.0.bb (limited to 'meta') diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index 07eb35dfca..fb21c2c1f7 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.5.0.bb deleted file mode 100644 index aa8be67445..0000000000 --- a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.5.0.bb +++ /dev/null @@ -1,15 +0,0 @@ -require xf86-input-common.inc - -SUMMARY = "X.Org X server -- keyboard input driver" - -DESCRIPTION = "keyboard is an Xorg input driver for keyboards. The \ -driver supports the standard OS-provided keyboard interface. The driver \ -functions as a keyboard input device, and may be used as the X server's \ -core keyboard." - -LIC_FILES_CHKSUM = "file://COPYING;md5=ea2099d24ac9e316a6d4b9f20b3d4e10" - -PR = "r0" - -SRC_URI[md5sum] = "b74d7162db5ce7899c17927c6cfa9522" -SRC_URI[sha256sum] = "2303510e905465ebee91f22cdd75706a15afb108258bc220c7500f213de19cb0" diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.6.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.6.0.bb new file mode 100644 index 0000000000..9b1441d77c --- /dev/null +++ b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.6.0.bb @@ -0,0 +1,15 @@ +require xf86-input-common.inc + +SUMMARY = "X.Org X server -- keyboard input driver" + +DESCRIPTION = "keyboard is an Xorg input driver for keyboards. The \ +driver supports the standard OS-provided keyboard interface. The driver \ +functions as a keyboard input device, and may be used as the X server's \ +core keyboard." + +LIC_FILES_CHKSUM = "file://COPYING;md5=ea2099d24ac9e316a6d4b9f20b3d4e10" + +PR = "r0" + +SRC_URI[md5sum] = "e2abe9f13e526a73cb68a7d257546eba" +SRC_URI[sha256sum] = "c46c790fec905d696573b7a374b10ab8b4389112a8f69993fe011006c99e858e" -- cgit 1.2.3-korg