Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | SUMMARY = "Library that provides weak aliases for pthread functions" |
| 2 | DESCRIPTION = "This library provides weak aliases for pthread functions \ |
| 3 | not provided in libc or otherwise available by default." |
| 4 | HOMEPAGE = "http://xcb.freedesktop.org" |
| 5 | BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=XCB" |
| 6 | SECTION = "x11/libs" |
| 7 | LICENSE = "MIT" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=6edc1fea03d959f0c2d743fe5ca746ad" |
| 9 | |
Andrew Geissler | 5082cc7 | 2023-09-11 08:41:39 -0400 | [diff] [blame] | 10 | SRC_URI = "http://xcb.freedesktop.org/dist/${BP}.tar.xz" |
| 11 | SRC_URI[sha256sum] = "59da566decceba7c2a7970a4a03b48d9905f1262ff94410a649224e33d2442bc" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 12 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 13 | inherit autotools |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 14 | |
Andrew Geissler | 615f2f1 | 2022-07-15 14:00:58 -0500 | [diff] [blame] | 15 | DEV_PKG_DEPENDENCY = "" |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 16 | RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 17 | |
| 18 | BBCLASSEXTEND = "native nativesdk" |