diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2012-05-23 11:36:12 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-24 08:50:54 +0100 |
commit | 0a1e60410234f0315b617593859b9deab89c2cd4 (patch) | |
tree | 09769653d957e1e54767f6befa43cd7369ab139f /meta/recipes-graphics | |
parent | e4db6a5f86b0e725c0ddbd114316d488a024b951 (diff) | |
download | openembedded-core-0a1e60410234f0315b617593859b9deab89c2cd4.tar.gz openembedded-core-0a1e60410234f0315b617593859b9deab89c2cd4.tar.bz2 openembedded-core-0a1e60410234f0315b617593859b9deab89c2cd4.zip |
xf86-input-synaptics: upgrade to 1.6.1
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.1.bb (renamed from meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.5.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.5.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.1.bb index 5e4656772a..8f2a7f2ca5 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.5.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.1.bb @@ -12,10 +12,10 @@ advanced features of the touchpad to become available." LIC_FILES_CHKSUM = "file://COPYING;md5=e395e21f3c21d4fc3a243783e85e9ab5" -PR = "${INC_PR}.2" +PR = "${INC_PR}.0" -SRC_URI[md5sum] = "41ee749ecbfef98f7fba708cb2afae87" -SRC_URI[sha256sum] = "95cc5399fc49c9a35b02c2272cd99b8438f4609b219278c66a79e74c916a1c4e" +SRC_URI[md5sum] = "d10a7ee362d015975fbef11c6beaac97" +SRC_URI[sha256sum] = "1ab1459ea340f371c40be7d6a780e43bdaa2d9799c1de21145e3b5808d0eab3c" DEPENDS += "libxi" |