aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libqb/libqb_2.0.6.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-06-13 09:39:55 +0800
committerKhem Raj <raj.khem@gmail.com>2023-06-14 09:41:35 -0700
commit7b7d5c3e0a238c3aef56c63a284d87f3e6242ad2 (patch)
tree66486b6bf6482cc04808453f19c5695a11665559 /meta-oe/recipes-extended/libqb/libqb_2.0.6.bb
parentd0ee155ce026424dfe8f359befb7a76e773cf327 (diff)
downloadmeta-openembedded-7b7d5c3e0a238c3aef56c63a284d87f3e6242ad2.tar.gz
libqb: upgrade 2.0.6 -> 2.0.7
Changelog: =========== lib: Fix some small bugs spotted by newest covscan (#471) ipc: Retry receiving credentials if the the message is short (#476) timer: Move state check to before time check (#479) tests: Close race condition in check_loop (#480) blackbox: fix potential overlow/memory corruption (#486) tests: Make ipc test more portable (#466) tests: cleanup the last of the empty directories (#467) doxygen2man: Fix function parameter alignment (#468) tests: Fix tests on FreeBSD-devel (#469) test: Remove gnu/lib-names.h from libstat_wrapper.c (#482) tests: allow -j to work (#485) Update -version info for 2.0.7 Add --disable-tests option (#475) configure: Modernize configure.ac a bit (#470) spec: Migrate to SPDX license (#487) add simplified chinese readme (#474) m4/ax_pthread.m4: update to latest upstream version (serial 31) (#472) strlcpy: avoid compiler warning from strncpy (#473) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libqb/libqb_2.0.6.bb')
-rw-r--r--meta-oe/recipes-extended/libqb/libqb_2.0.6.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-oe/recipes-extended/libqb/libqb_2.0.6.bb b/meta-oe/recipes-extended/libqb/libqb_2.0.6.bb
deleted file mode 100644
index ce3606d777..0000000000
--- a/meta-oe/recipes-extended/libqb/libqb_2.0.6.bb
+++ /dev/null
@@ -1,26 +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-only"
-LIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785"
-
-inherit autotools pkgconfig
-
-SRCREV = "758044bed5f615c90818aa5431d00303288888e5"
-SRC_URI = "git://github.com/ClusterLabs/${BPN}.git;branch=main;protocol=https \
- "
-S = "${WORKDIR}/git"
-
-DEPENDS += "libxml2"
-
-CFLAGS += "-pthread -D_REENTRANT"
-
-do_configure:prepend() {
- ( cd ${S}
- ${S}/autogen.sh )
-}
-
-BBCLASSEXTEND = "native"