From c0c0518bd3b761eb3f03fefa498a7719f6b1ed4c Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Mon, 12 Dec 2016 12:11:41 +0200 Subject: xf86-input-keyboard: Upgrade 1.8.1 -> 1.9.0 Small update with ABI 23 support. Signed-off-by: Jussi Kukkonen Signed-off-by: Ross Burton --- .../xorg-driver/xf86-input-keyboard_1.8.1.bb | 13 ------------- .../xorg-driver/xf86-input-keyboard_1.9.0.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.8.1.bb create mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.9.0.bb diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.8.1.bb b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.8.1.bb deleted file mode 100644 index 6fe51accb9..0000000000 --- a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.8.1.bb +++ /dev/null @@ -1,13 +0,0 @@ -require xorg-driver-input.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" - -SRC_URI[md5sum] = "96ccc43d389b970afbd3893875dfd678" -SRC_URI[sha256sum] = "1ac8ff39bf9da7d2fc7fd6c24515726e8138340c0518ab8c606e008cf93ca211" diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.9.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.9.0.bb new file mode 100644 index 0000000000..1896fff9f9 --- /dev/null +++ b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.9.0.bb @@ -0,0 +1,13 @@ +require xorg-driver-input.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" + +SRC_URI[md5sum] = "a3a3f0dd32361dcdbd406e894dafe090" +SRC_URI[sha256sum] = "f7c900f21752683402992b288d5a2826de7a6c0c0abac2aadd7e8a409e170388" -- cgit 1.2.3-korg