From bbad57ecc64d566d27a03545f0b9a2e02cb902f5 Mon Sep 17 00:00:00 2001 From: wangmy Date: Mon, 22 Nov 2021 23:03:48 +0800 Subject: [PATCH] libqb: upgrade 2.0.3 -> 2.0.4 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 Signed-off-by: Khem Raj --- .../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%) 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"