diff options
author | Alexander Kanavin <alex@linutronix.de> | 2025-02-10 13:59:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-11 11:44:19 +0000 |
commit | 0b07f6d0dee7181874dc50f14023973e72420539 (patch) | |
tree | 67e0f3bb1a749fb24032bda4b8b3098b43334a7a | |
parent | c30f3ec853d064454895f1b8cf599d54457927ca (diff) | |
download | poky-0b07f6d0dee7181874dc50f14023973e72420539.tar.gz |
libxkbcommon: convert to git
Upstream no longer publishes tarballs. 1.8.0 release is git only.
(From OE-Core rev: e378a1f9ced2a5674e4d60d1876410fc68350344)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb | 7 |
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 | ||
8 | DEPENDS = "flex-native bison-native" | 8 | DEPENDS = "flex-native bison-native" |
9 | 9 | ||
10 | SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz" | 10 | SRC_URI = "git://github.com/xkbcommon/libxkbcommon;protocol=https;branch=master" |
11 | 11 | ||
12 | SRC_URI[sha256sum] = "65782f0a10a4b455af9c6baab7040e2f537520caa2ec2092805cdfd36863b247" | 12 | SRCREV = "7a31e3585edf78be281559377e26d15f8c4bc655" |
13 | 13 | S = "${WORKDIR}/git" | |
14 | UPSTREAM_CHECK_URI = "http://xkbcommon.org/" | ||
15 | 14 | ||
16 | inherit meson pkgconfig bash-completion | 15 | inherit meson pkgconfig bash-completion |
17 | 16 | ||