diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-01-02 10:42:58 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-07 23:33:01 +0000 |
commit | bb872893cd5d2bef21b081a424ea6766729fa0dc (patch) | |
tree | 020a2429f80ed2cec7e30b40931acd67b41ebf37 /meta/recipes-support/libevdev | |
parent | 56ad2156365258c497e98ed0111dfe633b170a80 (diff) | |
download | openembedded-core-bb872893cd5d2bef21b081a424ea6766729fa0dc.tar.gz openembedded-core-bb872893cd5d2bef21b081a424ea6766729fa0dc.tar.bz2 openembedded-core-bb872893cd5d2bef21b081a424ea6766729fa0dc.zip |
libevdev: upgrade to 1.3
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/libevdev')
-rw-r--r-- | meta/recipes-support/libevdev/libevdev_1.3.bb (renamed from meta/recipes-support/libevdev/libevdev_1.2.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libevdev/libevdev_1.2.2.bb b/meta/recipes-support/libevdev/libevdev_1.3.bb index db4ffc6a5e..7206b307e0 100644 --- a/meta/recipes-support/libevdev/libevdev_1.2.2.bb +++ b/meta/recipes-support/libevdev/libevdev_1.3.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=75aae0d38feea6fda97ca381cb9132eb \ file://libevdev/libevdev.h;endline=21;md5=7ff4f0b5113252c2f1a828e0bbad98d1" SRC_URI = "http://www.freedesktop.org/software/libevdev/${BP}.tar.xz" -SRC_URI[md5sum] = "7c1ee9c2069489b2a25dfde6f8e2ff6a" -SRC_URI[sha256sum] = "860e9a1d5594393ff1f711cdeaf048efe354992019068408abbcfa4914ad6709" +SRC_URI[md5sum] = "ab67de8f949e84ae2abb48af09eda423" +SRC_URI[sha256sum] = "265411ce79a592b3074e9d07fb97d462745d0c7ef178254a6f720245ed253446" inherit autotools pkgconfig |