summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libqb/libqb_2.0.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/libqb/libqb_2.0.4.bb')
-rw-r--r--meta-oe/recipes-extended/libqb/libqb_2.0.4.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libqb/libqb_2.0.4.bb b/meta-oe/recipes-extended/libqb/libqb_2.0.4.bb
new file mode 100644
index 0000000000..f3472b481a
--- /dev/null
+++ b/meta-oe/recipes-extended/libqb/libqb_2.0.4.bb
@@ -0,0 +1,26 @@
1SUMMARY = "An IPC library for high performance servers"
2DESCRIPTION = "libqb is a library with the primary purpose of providing high performance client server reusable features. \
3It provides high performance logging, tracing, ipc, and poll."
4
5HOMEPAGE = "https://github.com/clusterlabs/libqb/wiki"
6SECTION = "libs"
7LICENSE = "LGPL-2.1"
8LIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785"
9
10inherit autotools pkgconfig
11
12SRCREV = "a2691b96188033b5ad5c08871982048ae1f4f4e8"
13SRC_URI = "git://github.com/ClusterLabs/${BPN}.git;branch=master;protocol=https \
14 "
15S = "${WORKDIR}/git"
16
17DEPENDS += "libxml2"
18
19CFLAGS += "-pthread -D_REENTRANT"
20
21do_configure:prepend() {
22 ( cd ${S}
23 ${S}/autogen.sh )
24}
25
26BBCLASSEXTEND = "native"