diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2012-11-07 14:31:15 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-18 16:42:03 +0000 |
commit | 2ef5965453ab6a6cec747b039a2d114f1446c07a (patch) | |
tree | c9d7db7d4a486c1d59271ad748e1f309474f0d78 /meta | |
parent | 9e4ef9e814e38930b3e794acadf3b0be19cec3bd (diff) | |
download | poky-2ef5965453ab6a6cec747b039a2d114f1446c07a.tar.gz |
xf86-input-mouse: upgrade to 1.8.1
Licence chacksum changed because Red Hat added a copyright line.
(From OE-Core rev: 00c892acc24860c26fe658ff96cfa002a1c96410)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.8.1.bb (renamed from meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.7.2.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
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.8.1.bb index 9ff4563800..3b1dce4247 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.7.2.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.8.1.bb | |||
@@ -8,9 +8,10 @@ functions as a pointer input device, and may be used as the X server's \ | |||
8 | core pointer. Multiple mice are supported by multiple instances of this \ | 8 | core pointer. Multiple mice are supported by multiple instances of this \ |
9 | driver." | 9 | driver." |
10 | 10 | ||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=237eb1d1a602d29ef2af62d8fba60f19" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=90ea9f90d72b6d9327dede5ffdb2a510" |
12 | 12 | ||
13 | PR = "${INC_PR}.0" | 13 | PR = "${INC_PR}.0" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "871c828b88e9c973f1457724b35576fb" | 15 | SRC_URI[md5sum] = "f314c56e4ac6c8fc0cc2710892d5776e" |
16 | SRC_URI[sha256sum] = "332b7357c18e6b9daba51c8ed48ce118e9b51fb5990b6a2a68637be62da7413b" | 16 | SRC_URI[sha256sum] = "f5b97aac9aab8fa8b933e960631441ae23b18681c8bf3d5007c00da838f9c9c8" |
17 | |||