diff options
author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-07-24 09:18:06 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-27 10:37:58 +0100 |
commit | 02b337e15dd7889ec7de8d38470085fc86da8b0c (patch) | |
tree | eaa344b653190e54ad97f94cac8bae5a79264293 /meta/recipes-support/libevdev | |
parent | 32ee392de22c33fca27a858356a9b97b6a4d6c41 (diff) | |
download | poky-02b337e15dd7889ec7de8d38470085fc86da8b0c.tar.gz |
libevdev:upgrade 1.9.0 -> 1.9.1
(From OE-Core rev: 99d1a4179903486b974d18b280357cde2f3e1d7d)
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libevdev')
-rw-r--r-- | meta/recipes-support/libevdev/libevdev_1.9.1.bb (renamed from meta/recipes-support/libevdev/libevdev_1.9.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libevdev/libevdev_1.9.0.bb b/meta/recipes-support/libevdev/libevdev_1.9.1.bb index a2116a492f..633e0af995 100644 --- a/meta/recipes-support/libevdev/libevdev_1.9.0.bb +++ b/meta/recipes-support/libevdev/libevdev_1.9.1.bb | |||
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=75aae0d38feea6fda97ca381cb9132eb \ | |||
8 | 8 | ||
9 | SRC_URI = "http://www.freedesktop.org/software/libevdev/${BP}.tar.xz \ | 9 | SRC_URI = "http://www.freedesktop.org/software/libevdev/${BP}.tar.xz \ |
10 | file://determinism.patch" | 10 | file://determinism.patch" |
11 | SRC_URI[md5sum] = "13c3f0911f9326d4b9fa103365f84421" | 11 | SRC_URI[md5sum] = "58286a834ae14536caf9cab8633419cf" |
12 | SRC_URI[sha256sum] = "e7e18a64264f2dea19b6c50a481f8c062529d42919ccda0bc861495bce28eb9e" | 12 | SRC_URI[sha256sum] = "f5603c48c5afd76b14df7a5124e0a94a102f8da0d45826192325069d1bbc7acb" |
13 | 13 | ||
14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
15 | 15 | ||