mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
c30f3ec853
commit
0b07f6d0de
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user