mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
* otherwise build fails with: http://errors.yoctoproject.org/Errors/Details/138387/ make[2]: *** No rule to make target 'auto_check_header_qbconfig.c', needed by 'auto_check_header_qbconfig.o'. Stop. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
26 lines
670 B
BlitzBasic
26 lines
670 B
BlitzBasic
SUMMARY = "An IPC library for high performance servers"
|
|
DESCRIPTION = "libqb is a library with the primary purpose of providing high performance client server reusable features. \
|
|
It provides high performance logging, tracing, ipc, and poll."
|
|
|
|
HOMEPAGE = "https://github.com/clusterlabs/libqb/wiki"
|
|
SECTION = "libs"
|
|
|
|
LICENSE = "LGPL-2.1"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785"
|
|
|
|
inherit autotools-brokensep pkgconfig
|
|
|
|
PV = "0.17.2+git${SRCPV}"
|
|
|
|
SRCREV = "bd2c587f6ccacd8a5644b275d99324d200c2b378"
|
|
SRC_URI = "git://github.com/ClusterLabs/${BPN}.git"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
do_configure_prepend() {
|
|
( cd ${S}
|
|
${S}/autogen.sh )
|
|
}
|
|
|
|
|