Patrick Williams | c124f4f | 2015-09-15 14:41:29 -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 | |
| 10 | #DEPENDS = "xcb-proto xproto libxau libxslt-native" |
| 11 | # DEPENDS += "xsltproc-native gperf-native" |
| 12 | |
| 13 | ALLOW_EMPTY_${PN} = "1" |
| 14 | |
| 15 | SRC_URI = "http://xcb.freedesktop.org/dist/libpthread-stubs-${PV}.tar.bz2" |
| 16 | |
| 17 | SRC_URI[md5sum] = "e8fa31b42e13f87e8f5a7a2b731db7ee" |
| 18 | SRC_URI[sha256sum] = "35b6d54e3cc6f3ba28061da81af64b9a92b7b757319098172488a660e3d87299" |
| 19 | |
| 20 | inherit autotools pkgconfig |
| 21 | |
| 22 | RDEPENDS_${PN}-dev = "" |
| 23 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |
| 24 | |
| 25 | BBCLASSEXTEND = "native nativesdk" |