Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | SUMMARY = "An IPC library for high performance servers" |
| 2 | DESCRIPTION = "libqb is a library with the primary purpose of providing high performance client server reusable features. \ |
| 3 | It provides high performance logging, tracing, ipc, and poll." |
| 4 | |
| 5 | HOMEPAGE = "https://github.com/clusterlabs/libqb/wiki" |
| 6 | SECTION = "libs" |
| 7 | LICENSE = "LGPL-2.1" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785" |
| 9 | |
| 10 | inherit autotools pkgconfig |
| 11 | |
| 12 | PV .= "+git${SRCPV}" |
| 13 | |
| 14 | # v1.0.3 |
| 15 | SRCREV = "28dff090c74b6ba8609c4797294a5afe3fe73987" |
| 16 | SRC_URI = "git://github.com/ClusterLabs/${BPN}.git \ |
| 17 | file://0001-build-fix-configure-script-neglecting-re-enable-out-.patch \ |
| 18 | " |
| 19 | S = "${WORKDIR}/git" |
| 20 | |
| 21 | CFLAGS += "-pthread -D_REENTRANT" |
| 22 | do_configure_prepend() { |
| 23 | ( cd ${S} |
| 24 | ${S}/autogen.sh ) |
| 25 | } |