summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/libqb/libqb_0.17.1.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libqb/libqb_0.17.1.bb b/meta-oe/recipes-extended/libqb/libqb_0.17.1.bb
new file mode 100644
index 0000000000..77307fe002
--- /dev/null
+++ b/meta-oe/recipes-extended/libqb/libqb_0.17.1.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"
6
7SECTION = "libs"
8
9inherit autotools pkgconfig
10
11SRC_URI = "https://fedorahosted.org/releases/q/u/quarterback/${BP}.tar.xz \
12 "
13
14SRC_URI[md5sum] = "5770b343baa4528f6fec90120ec55048"
15SRC_URI[sha256sum] = "7a2115f83bfe20eaa5f2e4ed235e8f2994235d3b87e3e5ca41ba47b320f12e29"
16
17LICENSE = "LGPL-2.1"
18
19LIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785"
20
21do_configure_prepend() {
22 ( cd ${S}
23 ${S}/autogen.sh )
24}
25
26