xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.4.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "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
10SRC_URI = "http://xcb.freedesktop.org/dist/${BP}.tar.bz2"
11SRC_URI[md5sum] = "48c1544854a94db0e51499cc3afd797f"
12SRC_URI[sha256sum] = "e4d05911a3165d3b18321cc067fdd2f023f06436e391c6a28dff618a78d2e733"
13
14inherit autotools
15
16RDEPENDS:${PN}-dev = ""
17RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
18
19BBCLASSEXTEND = "native nativesdk"
20