From 84911f27b69a79d1c5e4d3ae8108bbb89d0ca55b Mon Sep 17 00:00:00 2001 From: Huang Qiyu Date: Mon, 31 Jul 2017 16:59:11 +0800 Subject: libqb: update 1.0.1 -> 1.0.2 Upgrade libqb from 1.0.1 to 1.0.2 Signed-off-by: Huang Qiyu Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/libqb/libqb_1.0.1.bb | 23 ----------------------- meta-oe/recipes-extended/libqb/libqb_1.0.2.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-oe/recipes-extended/libqb/libqb_1.0.1.bb create mode 100644 meta-oe/recipes-extended/libqb/libqb_1.0.2.bb diff --git a/meta-oe/recipes-extended/libqb/libqb_1.0.1.bb b/meta-oe/recipes-extended/libqb/libqb_1.0.1.bb deleted file mode 100644 index e26bb7c19a..0000000000 --- a/meta-oe/recipes-extended/libqb/libqb_1.0.1.bb +++ /dev/null @@ -1,23 +0,0 @@ -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 ) -} 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 ) +} -- cgit 1.2.3-korg