From 00c892acc24860c26fe658ff96cfa002a1c96410 Mon Sep 17 00:00:00 2001 From: Laurentiu Palcu Date: Wed, 7 Nov 2012 14:31:15 +0200 Subject: xf86-input-mouse: upgrade to 1.8.1 Licence chacksum changed because Red Hat added a copyright line. Signed-off-by: Laurentiu Palcu --- .../xorg-driver/xf86-input-mouse_1.7.2.bb | 16 ---------------- .../xorg-driver/xf86-input-mouse_1.8.1.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 16 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.7.2.bb create mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.8.1.bb (limited to 'meta/recipes-graphics/xorg-driver') diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.7.2.bb b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.7.2.bb deleted file mode 100644 index 9ff4563800..0000000000 --- a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.7.2.bb +++ /dev/null @@ -1,16 +0,0 @@ -require xorg-driver-input.inc - -SUMMARY = "X.Org X server -- mouse input driver" - -DESCRIPTION = "mouse is an Xorg input driver for mice. The driver \ -supports most available mouse types and interfaces. The mouse driver \ -functions as a pointer input device, and may be used as the X server's \ -core pointer. Multiple mice are supported by multiple instances of this \ -driver." - -LIC_FILES_CHKSUM = "file://COPYING;md5=237eb1d1a602d29ef2af62d8fba60f19" - -PR = "${INC_PR}.0" - -SRC_URI[md5sum] = "871c828b88e9c973f1457724b35576fb" -SRC_URI[sha256sum] = "332b7357c18e6b9daba51c8ed48ce118e9b51fb5990b6a2a68637be62da7413b" diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.8.1.bb b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.8.1.bb new file mode 100644 index 0000000000..3b1dce4247 --- /dev/null +++ b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.8.1.bb @@ -0,0 +1,17 @@ +require xorg-driver-input.inc + +SUMMARY = "X.Org X server -- mouse input driver" + +DESCRIPTION = "mouse is an Xorg input driver for mice. The driver \ +supports most available mouse types and interfaces. The mouse driver \ +functions as a pointer input device, and may be used as the X server's \ +core pointer. Multiple mice are supported by multiple instances of this \ +driver." + +LIC_FILES_CHKSUM = "file://COPYING;md5=90ea9f90d72b6d9327dede5ffdb2a510" + +PR = "${INC_PR}.0" + +SRC_URI[md5sum] = "f314c56e4ac6c8fc0cc2710892d5776e" +SRC_URI[sha256sum] = "f5b97aac9aab8fa8b933e960631441ae23b18681c8bf3d5007c00da838f9c9c8" + -- cgit 1.2.3-korg