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 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 10 | SRC_URI = "http://xcb.freedesktop.org/dist/${BP}.tar.bz2" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 11 | SRC_URI[md5sum] = "48c1544854a94db0e51499cc3afd797f" |
| 12 | SRC_URI[sha256sum] = "e4d05911a3165d3b18321cc067fdd2f023f06436e391c6a28dff618a78d2e733" |
| 13 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 14 | inherit autotools |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 15 | |
| 16 | RDEPENDS_${PN}-dev = "" |
| 17 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |
| 18 | |
| 19 | BBCLASSEXTEND = "native nativesdk" |