mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 01:02:22 +01:00
(From OE-Core rev: 7b67cb1914fd3da66ad626d0fb26891137b5c18f) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
697 B
BlitzBasic
19 lines
697 B
BlitzBasic
SUMMARY = "Library that provides weak aliases for pthread functions"
|
|
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"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=6edc1fea03d959f0c2d743fe5ca746ad"
|
|
|
|
SRC_URI = "http://xcb.freedesktop.org/dist/${BP}.tar.xz"
|
|
SRC_URI[sha256sum] = "59da566decceba7c2a7970a4a03b48d9905f1262ff94410a649224e33d2442bc"
|
|
|
|
inherit autotools
|
|
|
|
DEV_PKG_DEPENDENCY = ""
|
|
RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|