mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 15:57:04 +00:00
1481046811
The package might be empty while pthread functions are being provided by libc, so we need set ALLOW_EMPTY with it or it will break do_rootfs task. (From OE-Core master rev: 53efd76f7955375986a036924513bb374a918f0b) (From OE-Core rev: 0043f274d7670eb72b762c75a4f116673000b226) Signed-off-by: Ming Liu <ming.liu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
28 lines
930 B
BlitzBasic
28 lines
930 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"
|
|
PR = "r0"
|
|
|
|
PARALLEL_MAKE = ""
|
|
#DEPENDS = "xcb-proto xproto libxau libxslt-native"
|
|
# DEPENDS += "xsltproc-native gperf-native"
|
|
|
|
ALLOW_EMPTY_${PN} = "1"
|
|
|
|
SRC_URI = "http://xcb.freedesktop.org/dist/libpthread-stubs-${PV}.tar.bz2"
|
|
|
|
SRC_URI[md5sum] = "e8fa31b42e13f87e8f5a7a2b731db7ee"
|
|
SRC_URI[sha256sum] = "35b6d54e3cc6f3ba28061da81af64b9a92b7b757319098172488a660e3d87299"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
RDEPENDS_${PN}-dev = ""
|
|
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|