mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libdex: upgrade 0.8.1 -> 0.10.0
Changelog: ============ - Discard dependent futures if fiber was cancelled during await. - Discard dependent futures when finalizing DexBlock. - Build fix for macOS - Improve build checks for libatommic - Add dex_promise_resolve_boxed() - Improve cancellation of fibers - Use libucontext when necessary - Support for OpenBSD - Raise default mmap stack size to 128kb for fibers - Add await/resolve API for file-descriptors - New dex_return_error_if_fail() precondition macro similar to g_return_val_if_fail() - Additional GIO wrapper functions including dex_file_delete() and dex_file_replace_contents_bytes() - Build system improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
998800ce49
commit
1b437a6f33
|
|
@ -11,7 +11,7 @@ DEPENDS:append:libc-musl = " libucontext"
|
|||
|
||||
LDFLAGS:append:libc-musl = " -lucontext"
|
||||
|
||||
SRC_URI[archive.sha256sum] = "955475ad3e43aabd6f6f70435264b5ee77bd265bd95545211fee026b08d378a0"
|
||||
SRC_URI[archive.sha256sum] = "98a69626aa7646ad455bea7a7f92d2a1ffa47e4559a154a1bfe98c16fa711ee1"
|
||||
|
||||
PACKAGECONFIG ?= ""
|
||||
EXTRA_OEMESON += "-Dintrospection=enabled -Dvapi=false"
|
||||
Loading…
Reference in New Issue
Block a user