diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-03-28 17:52:51 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-29 15:59:29 +0100 |
| commit | e12ca44a679acf13df3014d0d0d401fa0ffb0740 (patch) | |
| tree | 5f87e72f1da1becc0f2257e2a575acd755890d47 /meta/recipes-support/libevdev/libevdev_1.12.0.bb | |
| parent | 94462c3df9cb29fa51c6aea7821be084766d0f05 (diff) | |
| download | poky-e12ca44a679acf13df3014d0d0d401fa0ffb0740.tar.gz | |
libevdev: upgrade 1.12.0 -> 1.12.1
(From OE-Core rev: 531207205d5c3faf683fb262fc76bcba07c26955)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libevdev/libevdev_1.12.0.bb')
| -rw-r--r-- | meta/recipes-support/libevdev/libevdev_1.12.0.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-support/libevdev/libevdev_1.12.0.bb b/meta/recipes-support/libevdev/libevdev_1.12.0.bb deleted file mode 100644 index 38f2bad606..0000000000 --- a/meta/recipes-support/libevdev/libevdev_1.12.0.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | SUMMARY = "Wrapper library for evdev devices" | ||
| 2 | DESCRIPTION = "A library for handling evdev kernel devices. It abstracts \ | ||
| 3 | the evdev ioctls through type-safe interfaces and provides functions \ | ||
| 4 | to change the appearance of the device." | ||
| 5 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libevdev/" | ||
| 6 | SECTION = "libs" | ||
| 7 | |||
| 8 | LICENSE = "MIT" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=80c550b3197bcb8da7d7557ebcc3fc46 \ | ||
| 10 | " | ||
| 11 | |||
| 12 | SRC_URI = "http://www.freedesktop.org/software/libevdev/${BP}.tar.xz" | ||
| 13 | SRC_URI[sha256sum] = "2f729e3480695791f9482e8388bd723402b89f0eaf118057bbdea3cecee9b237" | ||
| 14 | |||
| 15 | inherit autotools pkgconfig | ||
| 16 | |||
| 17 | UPSTREAM_CHECK_REGEX = "libevdev-(?P<pver>(\d+\.)+(?!90\d+)\d+)" | ||
