summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb
index d87ff661d9..f216a07983 100644
--- a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb
@@ -7,11 +7,10 @@ LICENSE = "MIT & MIT"
7 7
8DEPENDS = "flex-native bison-native" 8DEPENDS = "flex-native bison-native"
9 9
10SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz" 10SRC_URI = "git://github.com/xkbcommon/libxkbcommon;protocol=https;branch=master"
11 11
12SRC_URI[sha256sum] = "65782f0a10a4b455af9c6baab7040e2f537520caa2ec2092805cdfd36863b247" 12SRCREV = "7a31e3585edf78be281559377e26d15f8c4bc655"
13 13S = "${WORKDIR}/git"
14UPSTREAM_CHECK_URI = "http://xkbcommon.org/"
15 14
16inherit meson pkgconfig bash-completion 15inherit meson pkgconfig bash-completion
17 16