diff options
author | wangmy <wangmy@fujitsu.com> | 2021-11-22 23:03:48 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-22 10:15:00 -0800 |
commit | bbad57ecc64d566d27a03545f0b9a2e02cb902f5 (patch) | |
tree | 0212f20b8b1a080405c596c0edf5a3aa361962c7 /meta-oe/recipes-extended/libqb | |
parent | 830666b54ded6a046a8cfa626254aa39093769b8 (diff) | |
download | meta-openembedded-bbad57ecc64d566d27a03545f0b9a2e02cb902f5.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-extended/libqb')
-rw-r--r-- | meta-oe/recipes-extended/libqb/libqb_2.0.4.bb (renamed from meta-oe/recipes-extended/libqb/libqb_2.0.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libqb/libqb_2.0.3.bb b/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" | |||
9 | 9 | ||
10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||
12 | SRCREV = "404adbcd998ec83643e47d92b3ea8d9c3970e68b" | 12 | SRCREV = "a2691b96188033b5ad5c08871982048ae1f4f4e8" |
13 | SRC_URI = "git://github.com/ClusterLabs/${BPN}.git;branch=master;protocol=https \ | 13 | SRC_URI = "git://github.com/ClusterLabs/${BPN}.git;branch=master;protocol=https \ |
14 | " | 14 | " |
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |