blob: 62384e6d2ec2e4a93a8cee208127b76eb54707cd [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "Library that provides weak aliases for pthread functions"
2DESCRIPTION = "This library provides weak aliases for pthread functions \
3not provided in libc or otherwise available by default."
4HOMEPAGE = "http://xcb.freedesktop.org"
5BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=XCB"
6SECTION = "x11/libs"
7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://COPYING;md5=6edc1fea03d959f0c2d743fe5ca746ad"
9
Andrew Geissler5082cc72023-09-11 08:41:39 -040010SRC_URI = "http://xcb.freedesktop.org/dist/${BP}.tar.xz"
11SRC_URI[sha256sum] = "59da566decceba7c2a7970a4a03b48d9905f1262ff94410a649224e33d2442bc"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050012
Brad Bishop316dfdd2018-06-25 12:45:53 -040013inherit autotools
Brad Bishopd7bf8c12018-02-25 22:55:05 -050014
Andrew Geissler615f2f12022-07-15 14:00:58 -050015DEV_PKG_DEPENDENCY = ""
Patrick Williams213cb262021-08-07 19:21:33 -050016RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050017
18BBCLASSEXTEND = "native nativesdk"