summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.1.bb (renamed from meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.0.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.0.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.1.bb
index a7dad3f4a2..76a622e157 100644
--- a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.1.bb
@@ -2,14 +2,14 @@ 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://LICENSE;md5=e525ed9809e1f8a07cf4bce8b09e8b87" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=70eff33050c59f900f5b83275dcf1211"
6LICENSE = "MIT & MIT" 6LICENSE = "MIT & MIT-open-group & HPND & HPND-sell-variant & X11"
7 7
8DEPENDS = "flex-native bison-native" 8DEPENDS = "flex-native bison-native"
9 9
10SRC_URI = "git://github.com/xkbcommon/libxkbcommon;protocol=https;branch=master" 10SRC_URI = "git://github.com/xkbcommon/libxkbcommon;protocol=https;branch=master"
11 11
12SRCREV = "76740e0c4583ae49675e7ba8213d31ee09aa00d2" 12SRCREV = "b3465081878e80ca6c11fe35c81787ec374ec15a"
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15inherit meson pkgconfig bash-completion 15inherit meson pkgconfig bash-completion