aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libqb/libqb_1.0.2.bb
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2017-07-31 16:59:11 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-13 13:20:57 +0200
commit84911f27b69a79d1c5e4d3ae8108bbb89d0ca55b (patch)
treefdea3828eab75fef06640ccb78b897299a7c4152 /meta-oe/recipes-extended/libqb/libqb_1.0.2.bb
parent26dafa0f354207e110935d0d3218e5d7edf14ed8 (diff)
downloadmeta-openembedded-contrib-84911f27b69a79d1c5e4d3ae8108bbb89d0ca55b.tar.gz
libqb: update 1.0.1 -> 1.0.2
Upgrade libqb from 1.0.1 to 1.0.2 Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libqb/libqb_1.0.2.bb')
-rw-r--r--meta-oe/recipes-extended/libqb/libqb_1.0.2.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libqb/libqb_1.0.2.bb b/meta-oe/recipes-extended/libqb/libqb_1.0.2.bb
new file mode 100644
index 0000000000..574f6601ca
--- /dev/null
+++ b/meta-oe/recipes-extended/libqb/libqb_1.0.2.bb
@@ -0,0 +1,23 @@
+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 = "608de6d59a3de0eef0fbcbd8f284acbc018daa9a"
+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 )
+}