mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
libdex: upgrade 0.10.0 -> 0.10.1
Changelog: ============ * Fix autoptr usage * Raise critical on finalization of thread-pool-scheduler which should not happen in proper usage of libdex * Avoid extra pointer chase when dispatching to thread pool workers * Don't dispatch blocks while on fibers, wait for scheduler * Fix leak of unix signal futures * Improve management of fiber run queues Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
4492025652
commit
aade5fbc13
|
|
@ -11,7 +11,7 @@ DEPENDS:append:libc-musl = " libucontext"
|
|||
|
||||
LDFLAGS:append:libc-musl = " -lucontext"
|
||||
|
||||
SRC_URI[archive.sha256sum] = "98a69626aa7646ad455bea7a7f92d2a1ffa47e4559a154a1bfe98c16fa711ee1"
|
||||
SRC_URI[archive.sha256sum] = "7472e88090db2b228307505edeba4483e872681340cb0404ae64ac3da5bed0a6"
|
||||
|
||||
PACKAGECONFIG ?= ""
|
||||
EXTRA_OEMESON += "-Dintrospection=enabled -Dvapi=false"
|
||||
Loading…
Reference in New Issue
Block a user