diff options
author | Yu Ke <ke.yu@intel.com> | 2011-01-14 12:14:11 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-01-18 07:38:02 -0800 |
commit | a447c328dc27bb32b871758efef12f717f446ea2 (patch) | |
tree | 3dd15a1e7db56d01f319f9b8463550de9d7ddf62 | |
parent | 2a69187e068b8efdb65480ec892fdd9f8b163c5b (diff) | |
download | openembedded-core-a447c328dc27bb32b871758efef12f717f446ea2.tar.gz openembedded-core-a447c328dc27bb32b871758efef12f717f446ea2.tar.bz2 openembedded-core-a447c328dc27bb32b871758efef12f717f446ea2.tar.xz openembedded-core-a447c328dc27bb32b871758efef12f717f446ea2.zip |
xf86-input-keyboard: upgrade to 1.5.0
- update license checksum due to commit "Sun's copyrights now belong to Oracle". the license type is unchanged.
Signed-off-by: Yu Ke <ke.yu@intel.com>
3 files changed, 11 insertions, 11 deletions
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index e3cba6538..a09365341 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc @@ -144,7 +144,7 @@ PREFERRED_VERSION_libxcb-nativesdk ?= "1.7" PREFERRED_VERSION_libpciaccess ?= "0.12.0" PREFERRED_VERSION_xf86-input-evdev ?= "2.5.0" PREFERRED_VERSION_xf86-input-mouse ?= "1.6.0" -PREFERRED_VERSION_xf86-input-keyboard ?= "1.4.0" +PREFERRED_VERSION_xf86-input-keyboard ?= "1.5.0" PREFERRED_VERSION_xf86-input-synaptics ?= "1.2.1" PREFERRED_VERSION_xf86-video-intel ?= "2.13.0" diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.4.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.4.0.bb deleted file mode 100644 index f5e51e022..000000000 --- a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.4.0.bb +++ /dev/null @@ -1,10 +0,0 @@ -require xf86-input-common.inc - -DESCRIPTION = "X.Org X server -- keyboard input driver" - -LIC_FILES_CHKSUM = "file://COPYING;md5=eae2c98cbb8c60401893ff9313ff3826" - -PR = "r1" - -SRC_URI[md5sum] = "fd17158ffeacecc8cc670604460cb98b" -SRC_URI[sha256sum] = "842d36cfca68ddab4f2c562c73bfd43ba76de2d490d60034f0c5dd524aa6d6a5" 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 new file mode 100644 index 000000000..d3b58b3e3 --- /dev/null +++ b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.5.0.bb @@ -0,0 +1,10 @@ +require xf86-input-common.inc + +DESCRIPTION = "X.Org X server -- keyboard input driver" + +LIC_FILES_CHKSUM = "file://COPYING;md5=ea2099d24ac9e316a6d4b9f20b3d4e10" + +PR = "r0" + +SRC_URI[md5sum] = "b74d7162db5ce7899c17927c6cfa9522" +SRC_URI[sha256sum] = "2303510e905465ebee91f22cdd75706a15afb108258bc220c7500f213de19cb0" |