mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785"
|
|||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
SRCREV = "404adbcd998ec83643e47d92b3ea8d9c3970e68b"
|
SRCREV = "a2691b96188033b5ad5c08871982048ae1f4f4e8"
|
||||||
SRC_URI = "git://github.com/ClusterLabs/${BPN}.git;branch=master;protocol=https \
|
SRC_URI = "git://github.com/ClusterLabs/${BPN}.git;branch=master;protocol=https \
|
||||||
"
|
"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
Reference in New Issue
Block a user