mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-21 05:57:05 +00:00
bc4d1aa833
Add a patch needed for cross compiling Signed-off-by: Khem Raj <raj.khem@gmail.com>
24 lines
736 B
BlitzBasic
24 lines
736 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 pkgconfig
|
|
|
|
PV .= "+git${SRCPV}"
|
|
|
|
SRCREV = "0a329683a76bc6aeb36f20f2bf6b43ba0440c4dc"
|
|
SRC_URI = "git://github.com/ClusterLabs/${BPN}.git \
|
|
file://0001-Remove-runtime-check-for-CLOCK_MONOTONIC.patch \
|
|
"
|
|
S = "${WORKDIR}/git"
|
|
|
|
do_configure_prepend() {
|
|
( cd ${S}
|
|
${S}/autogen.sh )
|
|
}
|