summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-04-30 11:58:05 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-03 15:41:39 +0100
commit2ed888f3e0be4ce59b825357132ea7599280f097 (patch)
tree63c965be70c67ddb56207f23d6626534242c9ede /meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb
parent9bb49514abb6ecf6b12029228010a0c34829edc1 (diff)
downloadpoky-2ed888f3e0be4ce59b825357132ea7599280f097.tar.gz
libxcb: update to 1.14
Drop a patch as the problem is fixed upstream. (From OE-Core rev: bf4ef2e3b376744b16c2f57725104207d23c28c6) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb37
1 files changed, 0 insertions, 37 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb b/meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb
deleted file mode 100644
index 9befc51b50..0000000000
--- a/meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb
+++ /dev/null
@@ -1,37 +0,0 @@
1SUMMARY = "XCB: The X protocol C binding library"
2DESCRIPTION = "The X protocol C-language Binding (XCB) is a replacement \
3for Xlib featuring a small footprint, latency hiding, direct access to \
4the protocol, improved threading support, and extensibility."
5HOMEPAGE = "http://xcb.freedesktop.org"
6BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=XCB"
7SECTION = "x11/libs"
8
9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7"
11
12SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2 \
13 file://xcbincludedir.patch \
14 file://disable-check.patch \
15 "
16
17SRC_URI[md5sum] = "f33cdfc67346f7217a9326c0d8679975"
18SRC_URI[sha256sum] = "a89fb7af7a11f43d2ce84a844a4b38df688c092bf4b67683aef179cdf2a647c4"
19
20BBCLASSEXTEND = "native nativesdk"
21
22DEPENDS = "xcb-proto xorgproto libxau libpthread-stubs libxdmcp"
23
24PACKAGES_DYNAMIC = "^libxcb-.*"
25
26FILES_${PN} = "${libdir}/libxcb.so.*"
27
28inherit autotools pkgconfig features_check
29
30# The libxau and others requires x11 in DISTRO_FEATURES
31REQUIRED_DISTRO_FEATURES = "x11"
32
33export PYTHON = "python3"
34
35python populate_packages_prepend () {
36 do_split_packages(d, '${libdir}', r'^libxcb-(.*)\.so\..*$', 'libxcb-%s', 'XCB library module for %s', allow_links=True)
37}