summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2016-05-12 10:20:30 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-13 13:41:26 +0100
commit1c55101af0cafd23d8e322180b2918010d7cbd7f (patch)
tree379b831f07fd909dc3cf1dc3fa57e38c1af9cb03 /meta/recipes-graphics
parentf9d53282a3b8e944d7544597833d3e50402bc36f (diff)
downloadpoky-1c55101af0cafd23d8e322180b2918010d7cbd7f.tar.gz
libxkbcommon: Upgrade 0.5.0 -> 0.6.1
License file was renamed, content is the same. (From OE-Core rev: 5c3f9aed42729a751c924f187c50e734463f392c) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxkbcommon_0.6.1.bb (renamed from meta/recipes-graphics/xorg-lib/libxkbcommon_0.5.0.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.5.0.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.6.1.bb
index de22a81972..fc08109c87 100644
--- a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.5.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.6.1.bb
@@ -2,15 +2,15 @@ SUMMARY = "Generic XKB keymap library"
2DESCRIPTION = "libxkbcommon is a keymap compiler and support library which \ 2DESCRIPTION = "libxkbcommon is a keymap compiler and support library which \
3processes a reduced subset of keymaps as defined by the XKB specification." 3processes a reduced subset of keymaps as defined by the XKB specification."
4HOMEPAGE = "http://www.xkbcommon.org" 4HOMEPAGE = "http://www.xkbcommon.org"
5LIC_FILES_CHKSUM = "file://COPYING;md5=09457b156e3155972abebcaaaa0cb434" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=09457b156e3155972abebcaaaa0cb434"
6LICENSE = "MIT & MIT-style" 6LICENSE = "MIT & MIT-style"
7 7
8DEPENDS = "util-macros flex-native bison-native" 8DEPENDS = "util-macros flex-native bison-native"
9 9
10SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz" 10SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz"
11 11
12SRC_URI[md5sum] = "2e1faeafcc609c30af3a561a91e84158" 12SRC_URI[md5sum] = "67a8f322b5fa32352272e811bb90dd73"
13SRC_URI[sha256sum] = "90bd7824742b9a6f52a6cf80e2cadd6f5349cf600a358d08260772615b89d19c" 13SRC_URI[sha256sum] = "5b0887b080b42169096a61106661f8d35bae783f8b6c58f97ebcd3af83ea8760"
14 14
15UPSTREAM_CHECK_URI = "http://xkbcommon.org/" 15UPSTREAM_CHECK_URI = "http://xkbcommon.org/"
16 16