diff options
author | Armin Kuster <akuster@mvista.com> | 2017-12-29 07:38:22 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-03 09:26:37 +0000 |
commit | a9dd130009ee7565fab6916bc7f3c9b2319b3174 (patch) | |
tree | 296b776cdf553c916d95b027995b8e5309b901f6 /meta/recipes-graphics/xorg-lib | |
parent | ee101394ab7200290c2d89a614f68a696811917d (diff) | |
download | poky-a9dd130009ee7565fab6916bc7f3c9b2319b3174.tar.gz |
libxkbcommon: update to 0.8.0
see https://lists.freedesktop.org/archives/wayland-devel/2017-December/036291.html for details
(From OE-Core rev: 3a77af2de1f1575c2bd49faaee897a95b6b14a94)
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.0.bb (renamed from meta/recipes-graphics/xorg-lib/libxkbcommon_0.7.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.7.2.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.0.bb index e32dc809f2..050d0b740b 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.7.2.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.0.bb | |||
@@ -9,8 +9,8 @@ DEPENDS = "util-macros flex-native bison-native" | |||
9 | 9 | ||
10 | SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz" | 10 | SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "f53fa65beb5ae4b6a6b7f08f9dedabc4" | 12 | SRC_URI[md5sum] = "7d0e4c4a137d0ac45bf6b328c84c3a81" |
13 | SRC_URI[sha256sum] = "28a4dc2735863bec2dba238de07fcdff28c5dd2300ae9dfdb47282206cd9b9d8" | 13 | SRC_URI[sha256sum] = "e829265db04e0aebfb0591b6dc3377b64599558167846c3f5ee5c5e53641fe6d" |
14 | 14 | ||
15 | UPSTREAM_CHECK_URI = "http://xkbcommon.org/" | 15 | UPSTREAM_CHECK_URI = "http://xkbcommon.org/" |
16 | 16 | ||