summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/xorg-lib/libxkbcommon_1.9.2.bb (renamed from meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.1.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.9.2.bb
index 76a622e157..77ee8ce500 100644
--- a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.1.bb
+++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.9.2.bb
@@ -7,9 +7,9 @@ LICENSE = "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;tag=xkbcommon-${PV}"
11 11
12SRCREV = "b3465081878e80ca6c11fe35c81787ec374ec15a" 12SRCREV = "dd642359f8d43c09968e34ca7f1eb1121b2dfd70"
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15inherit meson pkgconfig bash-completion 15inherit meson pkgconfig bash-completion