summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/xcb-util.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-11-10 19:12:41 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-11 13:43:40 +0000
commit231245127266e5deee47a14e716ddd50a9108b39 (patch)
tree72b1088d08014fb3a8b55a338c3e7d299f4e8381 /meta/recipes-graphics/xorg-lib/xcb-util.inc
parentd53d0cf528c0fd9d4d9a96ad57439ba2e17ed0cc (diff)
downloadpoky-231245127266e5deee47a14e716ddd50a9108b39.tar.gz
xcb-util: update to latest revisions
Also, default to tar.xz, as the majority of tarballs are now using that. (From OE-Core rev: 16cb660e4481a0068b7bf84096be4d7f1452400e) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/xcb-util.inc')
-rw-r--r--meta/recipes-graphics/xorg-lib/xcb-util.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/xcb-util.inc b/meta/recipes-graphics/xorg-lib/xcb-util.inc
index 0e5ab70b2d..9898a6a13e 100644
--- a/meta/recipes-graphics/xorg-lib/xcb-util.inc
+++ b/meta/recipes-graphics/xorg-lib/xcb-util.inc
@@ -16,7 +16,7 @@ SECTION = "x11/libs"
16DEPENDS = "libxcb" 16DEPENDS = "libxcb"
17DEPENDS += "gperf-native" 17DEPENDS += "gperf-native"
18 18
19SRC_URI = "http://xcb.freedesktop.org/dist/${BPN}-${PV}.tar.bz2" 19SRC_URI = "http://xcb.freedesktop.org/dist/${BPN}-${PV}.tar.xz"
20 20
21inherit autotools pkgconfig features_check 21inherit autotools pkgconfig features_check
22 22