]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libxkbcommon: convert to git
authorAlexander Kanavin <alex@linutronix.de>
Mon, 10 Feb 2025 12:59:03 +0000 (13:59 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Feb 2025 11:42:23 +0000 (11:42 +0000)
Upstream no longer publishes tarballs. 1.8.0 release is git only.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb

index d87ff661d9f679f41d9a03344f869d433b536163..f216a0798366c630662b97387f39c002b1e02d00 100644 (file)
@@ -7,11 +7,10 @@ LICENSE = "MIT & MIT"
 
 DEPENDS = "flex-native bison-native"
 
-SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz"
+SRC_URI = "git://github.com/xkbcommon/libxkbcommon;protocol=https;branch=master"
 
-SRC_URI[sha256sum] = "65782f0a10a4b455af9c6baab7040e2f537520caa2ec2092805cdfd36863b247"
-
-UPSTREAM_CHECK_URI = "http://xkbcommon.org/"
+SRCREV = "7a31e3585edf78be281559377e26d15f8c4bc655"
+S = "${WORKDIR}/git"
 
 inherit meson pkgconfig bash-completion