diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2012-07-03 09:50:19 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-04 14:54:07 +0100 |
commit | 1e42302426780d8603517418163f46a7eef9931b (patch) | |
tree | 42115f0de93a1e5510dd4c68c877ceac4bcbf3eb | |
parent | 886c923c1f0259204399582eeb8523fd146c2c62 (diff) | |
download | openembedded-core-1e42302426780d8603517418163f46a7eef9931b.tar.gz openembedded-core-1e42302426780d8603517418163f46a7eef9931b.tar.bz2 openembedded-core-1e42302426780d8603517418163f46a7eef9931b.zip |
xf86-input-synaptics: upgrade to 1.6.2
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.2.bb (renamed from meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.1.bb b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.2.bb index 8f2a7f2ca5..193bd08870 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.1.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.2.bb @@ -14,8 +14,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e395e21f3c21d4fc3a243783e85e9ab5" PR = "${INC_PR}.0" -SRC_URI[md5sum] = "d10a7ee362d015975fbef11c6beaac97" -SRC_URI[sha256sum] = "1ab1459ea340f371c40be7d6a780e43bdaa2d9799c1de21145e3b5808d0eab3c" +SRC_URI[md5sum] = "9914022a173e3f0ccfe7137ab84f6133" +SRC_URI[sha256sum] = "c3f7d6a085d480c352f030aeb43db2e5560d1468ed34be24d44a0fc3fda25920" DEPENDS += "libxi" |