diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-10-14 18:28:15 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-18 15:47:12 +0100 |
commit | 7144ecd9432ce7468b1f920bf78ba0800f4e7c6c (patch) | |
tree | b5ab22cad9d797ac9a9762d53097f2fdad3ac902 | |
parent | a5cf5382172f2169bbbf2ce204dcf4cc2b8d881f (diff) | |
download | openembedded-core-7144ecd9432ce7468b1f920bf78ba0800f4e7c6c.tar.gz openembedded-core-7144ecd9432ce7468b1f920bf78ba0800f4e7c6c.tar.bz2 openembedded-core-7144ecd9432ce7468b1f920bf78ba0800f4e7c6c.zip |
xinput: upgrade to 1.6.1
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | meta/recipes-graphics/xorg-app/xinput_1.6.1.bb (renamed from meta/recipes-graphics/xorg-app/xinput_1.6.0.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-app/xinput_1.6.0.bb b/meta/recipes-graphics/xorg-app/xinput_1.6.1.bb index 974b11ed45..5befcc82d9 100644 --- a/meta/recipes-graphics/xorg-app/xinput_1.6.0.bb +++ b/meta/recipes-graphics/xorg-app/xinput_1.6.1.bb @@ -8,8 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=881525f89f99cad39c9832bcb72e6fa5" DEPENDS += " libxi libxrandr libxinerama" -PR = "${INC_PR}.0" -SRC_URI[md5sum] = "d2459d35b4e0b41ded26a1d1159b7ac6" -SRC_URI[sha256sum] = "4ab007d952c76665603bcb82ceb15fd3929d10faf0580fc4873ac16f5f63847e" +SRC_URI[md5sum] = "305980ac78a6954e306a14d80a54c441" +SRC_URI[sha256sum] = "b7632d0f228a8a6be93b09857ea413940fcf44091e60f4a0fe9f5fd82efd871f" |