diff mbox series

[3/3] libucontext: upgrade 1.3.2 -> 1.5.2

Message ID 20260913205911.3638917-3-peter.marko@siemens.com
State New
Headers show
Series [1/3] go-helloworld: add +git to version | expand

Commit Message

Peter Marko Sept. 13, 2026, 8:59 p.m. UTC
From: Peter Marko <peter.marko@siemens.com>

Release Notes [1]:

Changes from 1.5.1 to 1.5.2
---------------------------
* Fix KERNEL_UAPI_UCONTEXT_SIZE typo in 32-bit PowerPC headers.

Changes from 1.5 to 1.5.1
-------------------------
* Rename public register definitions on x86 and x86_64 to avoid clashing
  with glibc definitions when built in freestanding mode.
  Patch contributed by Daan De Meyer.

Changes from 1.4 to 1.5
-----------------------
* Workaround various header compatibility issues in glibc and bionic.
* Allow ppc64 target to be built in freestanding mode.

Changes from 1.3.3 to 1.4
-------------------------
* Add hard-float support to most architectures where relevant.
  Some patches contributed by Richard Campbell.

Changes from 1.3.2 to 1.3.3
---------------------------
* Use `bl` instruction instead of explicit GOT lookup for `exit`
  in 64-bit PowerPC assembly.
* Fix installation path for standalone libucontext headers.
  Patch contributed by Marian Buschsieweke.
* Fix missing includes for freestanding builds.
  Patch contributed by David Leeds.

[1] https://github.com/kaniini/libucontext/blob/libucontext-1.5.2/NEWS

Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
I'm not particularly interested in this update, I just noticed it being
very old and not handled by AUH when adding tag to SRC_URI...
I guess AUH should be updated to also run non-default configurations
(e.g. musl) to cover more recipes...

 .../musl/{libucontext_1.3.2.bb => libucontext_1.5.2.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/musl/{libucontext_1.3.2.bb => libucontext_1.5.2.bb} (97%)
diff mbox series

Patch

diff --git a/meta/recipes-core/musl/libucontext_1.3.2.bb b/meta/recipes-core/musl/libucontext_1.5.2.bb
similarity index 97%
rename from meta/recipes-core/musl/libucontext_1.3.2.bb
rename to meta/recipes-core/musl/libucontext_1.5.2.bb
index 2d4505b68f..47af50e235 100644
--- a/meta/recipes-core/musl/libucontext_1.3.2.bb
+++ b/meta/recipes-core/musl/libucontext_1.5.2.bb
@@ -8,7 +8,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=ebea527af0602d509b7f4c49533fb1bd"
 SECTION = "libs"
 DEPENDS = ""
 
-SRCREV = "a0323579ac50b9a9d4033754d089f1fed0f59a00"
+SRCREV = "49e671dd52ff6791295d8161ad3b6da7dc5f6f9d"
 SRC_URI = "git://github.com/kaniini/libucontext;branch=master;protocol=https;tag=${BPN}-${PV} \
            "