diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2016-12-14 05:04:00 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-17 09:57:03 +0000 |
commit | 4ab468b0ab3e7fca277801329b5100e3215a9598 (patch) | |
tree | 012b5b7404547fc310cd8e91e26d423d0106b7dc /meta/recipes-graphics/xorg-lib | |
parent | 2c72c4c2de34d335ef4f3b18e15db46ad4172be8 (diff) | |
download | poky-4ab468b0ab3e7fca277801329b5100e3215a9598.tar.gz |
libxkbcommon: 0.6.1 -> 0.7.0
1)Upgrade libxkbcommon from 0.6.1 to 0.7.0.
2)License checksum changed,since the copyright years were updated.
(From OE-Core rev: 3f972e6a6b69da1b459e75ec1e1a5c9373427ae7)
(From OE-Core rev: 30cfa14c9cfce5da13ee33762c3caa82de7847cb)
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.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.7.0.bb (renamed from meta/recipes-graphics/xorg-lib/libxkbcommon_0.6.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.6.1.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.7.0.bb index fc08109c87..a6836d8844 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.6.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.7.0.bb | |||
@@ -2,15 +2,15 @@ SUMMARY = "Generic XKB keymap library" | |||
2 | DESCRIPTION = "libxkbcommon is a keymap compiler and support library which \ | 2 | DESCRIPTION = "libxkbcommon is a keymap compiler and support library which \ |
3 | processes a reduced subset of keymaps as defined by the XKB specification." | 3 | processes a reduced subset of keymaps as defined by the XKB specification." |
4 | HOMEPAGE = "http://www.xkbcommon.org" | 4 | HOMEPAGE = "http://www.xkbcommon.org" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=09457b156e3155972abebcaaaa0cb434" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e525ed9809e1f8a07cf4bce8b09e8b87" |
6 | LICENSE = "MIT & MIT-style" | 6 | LICENSE = "MIT & MIT-style" |
7 | 7 | ||
8 | DEPENDS = "util-macros flex-native bison-native" | 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] = "67a8f322b5fa32352272e811bb90dd73" | 12 | SRC_URI[md5sum] = "61ba550fc529ea4d6f9faa2cad62c95f" |
13 | SRC_URI[sha256sum] = "5b0887b080b42169096a61106661f8d35bae783f8b6c58f97ebcd3af83ea8760" | 13 | SRC_URI[sha256sum] = "09351592312d67b438655f54da5b67853026662c4a57e6be4d225f04a9989798" |
14 | 14 | ||
15 | UPSTREAM_CHECK_URI = "http://xkbcommon.org/" | 15 | UPSTREAM_CHECK_URI = "http://xkbcommon.org/" |
16 | 16 | ||