[meta-oe] libqb: upgrade 2.0.3 -> 2.0.4

Message ID 1637593430-99394-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe] libqb: upgrade 2.0.3 -> 2.0.4 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 22, 2021, 3:03 p.m. UTC
The most important fix in this release is that we no longer log errors inside
the signal handler in loop_poll.c
This could cause an application hang in some circumstances.

Changelog is as follows:
doxygen2man: print structure descriptions
(https://github.com/ClusterLabs/libqb/pull/443)

Fix pthread returns
(https://github.com/ClusterLabs/libqb/pull/444)

poll: Don't log in a signal handler
(https://github.com/ClusterLabs/libqb/pull/447)

Bump library version for v2.0.4

Implement heap based timer list
(https://github.com/ClusterLabs/libqb/pull/439)

build: Fix undefined pthread reference.
(https://github.com/ClusterLabs/libqb/pull/440)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-extended/libqb/{libqb_2.0.3.bb => libqb_2.0.4.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/libqb/{libqb_2.0.3.bb => libqb_2.0.4.bb} (93%)

Patch

diff --git a/meta-oe/recipes-extended/libqb/libqb_2.0.3.bb b/meta-oe/recipes-extended/libqb/libqb_2.0.4.bb
similarity index 93%
rename from meta-oe/recipes-extended/libqb/libqb_2.0.3.bb
rename to meta-oe/recipes-extended/libqb/libqb_2.0.4.bb
index 23c3e92dfa..f3472b481a 100644
--- a/meta-oe/recipes-extended/libqb/libqb_2.0.3.bb
+++ b/meta-oe/recipes-extended/libqb/libqb_2.0.4.bb
@@ -9,7 +9,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785"
 
 inherit autotools pkgconfig
 
-SRCREV = "404adbcd998ec83643e47d92b3ea8d9c3970e68b"
+SRCREV = "a2691b96188033b5ad5c08871982048ae1f4f4e8"
 SRC_URI = "git://github.com/ClusterLabs/${BPN}.git;branch=master;protocol=https \
           "
 S = "${WORKDIR}/git"