xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libqb/libqb_2.0.6.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "An IPC library for high performance servers"
2*4882a593SmuzhiyunDESCRIPTION = "libqb is a library with the primary purpose of providing high performance client server reusable features. \
3*4882a593SmuzhiyunIt provides high performance logging, tracing, ipc, and poll."
4*4882a593Smuzhiyun
5*4882a593SmuzhiyunHOMEPAGE = "https://github.com/clusterlabs/libqb/wiki"
6*4882a593SmuzhiyunSECTION = "libs"
7*4882a593SmuzhiyunLICENSE = "LGPL-2.1-only"
8*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785"
9*4882a593Smuzhiyun
10*4882a593Smuzhiyuninherit autotools pkgconfig
11*4882a593Smuzhiyun
12*4882a593SmuzhiyunSRCREV = "758044bed5f615c90818aa5431d00303288888e5"
13*4882a593SmuzhiyunSRC_URI = "git://github.com/ClusterLabs/${BPN}.git;branch=main;protocol=https \
14*4882a593Smuzhiyun          "
15*4882a593SmuzhiyunS = "${WORKDIR}/git"
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunDEPENDS += "libxml2"
18*4882a593Smuzhiyun
19*4882a593SmuzhiyunCFLAGS += "-pthread -D_REENTRANT"
20*4882a593Smuzhiyun
21*4882a593Smuzhiyundo_configure:prepend() {
22*4882a593Smuzhiyun    ( cd ${S}
23*4882a593Smuzhiyun    ${S}/autogen.sh )
24*4882a593Smuzhiyun}
25*4882a593Smuzhiyun
26*4882a593SmuzhiyunBBCLASSEXTEND = "native"
27