diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-07-07 17:06:31 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-08 23:40:28 -0700 |
commit | aade5fbc13836a1bda38df86db70d8036903a084 (patch) | |
tree | be3ee3795e92a93fe1f525bd6287ea85b3102239 | |
parent | 44920256526ac0c5d7ae78960cbe593f61637dda (diff) | |
download | meta-openembedded-aade5fbc13836a1bda38df86db70d8036903a084.tar.gz |
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>
-rw-r--r-- | meta-gnome/recipes-gnome/libdex/libdex_0.10.1.bb (renamed from meta-gnome/recipes-gnome/libdex/libdex_0.10.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libdex/libdex_0.10.0.bb b/meta-gnome/recipes-gnome/libdex/libdex_0.10.1.bb index 17471a3b5c..3b83273272 100644 --- a/meta-gnome/recipes-gnome/libdex/libdex_0.10.0.bb +++ b/meta-gnome/recipes-gnome/libdex/libdex_0.10.1.bb | |||
@@ -11,7 +11,7 @@ DEPENDS:append:libc-musl = " libucontext" | |||
11 | 11 | ||
12 | LDFLAGS:append:libc-musl = " -lucontext" | 12 | LDFLAGS:append:libc-musl = " -lucontext" |
13 | 13 | ||
14 | SRC_URI[archive.sha256sum] = "98a69626aa7646ad455bea7a7f92d2a1ffa47e4559a154a1bfe98c16fa711ee1" | 14 | SRC_URI[archive.sha256sum] = "7472e88090db2b228307505edeba4483e872681340cb0404ae64ac3da5bed0a6" |
15 | 15 | ||
16 | PACKAGECONFIG ?= "" | 16 | PACKAGECONFIG ?= "" |
17 | EXTRA_OEMESON += "-Dintrospection=enabled -Dvapi=false" | 17 | EXTRA_OEMESON += "-Dintrospection=enabled -Dvapi=false" |