diff options
| author | Ross Burton <ross.burton@intel.com> | 2018-11-20 10:32:15 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-05 12:37:02 +0000 |
| commit | 96eba176452624b69b1b1dd91b117a458aeb2c92 (patch) | |
| tree | 8a50a7313c5507eb9d5f6893beb061d7e0510500 /meta/recipes-support/libevdev/libevdev_1.6.0.bb | |
| parent | b614ed391bb3ae219b4c8c32db9d943b706c05f8 (diff) | |
| download | poky-96eba176452624b69b1b1dd91b117a458aeb2c92.tar.gz | |
libevdev: upgrade 1.5.9 -> 1.6.0
(From OE-Core rev: 0037321e4a009d0af76ff643f169d1b1e92feca7)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libevdev/libevdev_1.6.0.bb')
| -rw-r--r-- | meta/recipes-support/libevdev/libevdev_1.6.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-support/libevdev/libevdev_1.6.0.bb b/meta/recipes-support/libevdev/libevdev_1.6.0.bb new file mode 100644 index 0000000000..12cf5192fc --- /dev/null +++ b/meta/recipes-support/libevdev/libevdev_1.6.0.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SUMMARY = "Wrapper library for evdev devices" | ||
| 2 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libevdev/" | ||
| 3 | SECTION = "libs" | ||
| 4 | |||
| 5 | LICENSE = "MIT-X" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=75aae0d38feea6fda97ca381cb9132eb \ | ||
| 7 | file://libevdev/libevdev.h;endline=21;md5=7ff4f0b5113252c2f1a828e0bbad98d1" | ||
| 8 | |||
| 9 | SRC_URI = "http://www.freedesktop.org/software/libevdev/${BP}.tar.xz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "154b24f01425c4c82fdc3e11f2c13af6" | ||
| 12 | SRC_URI[sha256sum] = "f5005c865987d980cc1279b9ec6131b06a89fd9892f649f2a68262b8786ef814" | ||
| 13 | |||
| 14 | inherit autotools pkgconfig | ||
