mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
9bb0fa9c1e
add bugtracker, update license Signed-off-by: Qing He <qing.he@intel.com>
19 lines
583 B
BlitzBasic
19 lines
583 B
BlitzBasic
DESCRIPTION = "This library provides weak aliases for pthread functions \
|
|
not provided in libc or otherwise available by default."
|
|
HOMEPAGE = "http://xcb.freedesktop.org"
|
|
BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=XCB"
|
|
SECTION = "x11/libs"
|
|
LICENSE = "MIT"
|
|
PR = "r1"
|
|
|
|
PARALLEL_MAKE = ""
|
|
#DEPENDS = "xcb-proto xproto libxau libxslt-native"
|
|
# DEPENDS += "xsltproc-native gperf-native"
|
|
|
|
SRC_URI = "http://xcb.freedesktop.org/dist/libpthread-stubs-${PV}.tar.bz2"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
RDEPENDS_${PN}-dev = ""
|
|
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})"
|