diff mbox series

[meta-oe,019/109] function2: upgrade 4.2.4+git -> 4.2.5

Message ID 20260814224539.1523174-19-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-oe,001/109] xorg-docs: upgrade 1.7.2 -> 1.7.3 | expand

Commit Message

Khem Raj Aug. 14, 2026, 10:44 p.m. UTC
The recipe was pinned to the 4.2.4 tag but carried a +git PV suffix; 4.2.5 is
a real tagged release so the suffix is dropped. Upstream release notes list
three changes: support for uses-allocator construction, with std::uses_allocator
specialized for all function types (PR #62); std::aligned_storage_t is no longer
used, since it is deprecated in C++23 (PR #67); and an AppVeyor CI fix (PR #68).
Header-only library with no API break.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
 .../function2/{function2_4.2.4.bb => function2_4.2.5.bb}       | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-oe/recipes-support/function2/{function2_4.2.4.bb => function2_4.2.5.bb} (90%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/function2/function2_4.2.4.bb b/meta-oe/recipes-support/function2/function2_4.2.5.bb
similarity index 90%
rename from meta-oe/recipes-support/function2/function2_4.2.4.bb
rename to meta-oe/recipes-support/function2/function2_4.2.5.bb
index 588e44deaa..915eb1ed66 100644
--- a/meta-oe/recipes-support/function2/function2_4.2.4.bb
+++ b/meta-oe/recipes-support/function2/function2_4.2.5.bb
@@ -3,8 +3,7 @@  DESCRIPTION = "Provides improved implementations of std::function."
 HOMEPAGE = "https://naios.github.io/function2"
 LICENSE = "BSL-1.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
-SRCREV = "a354bd093d2b6e50c9325dbce84d20b4e77aabc6"
-PV .= "+git"
+SRCREV = "496c20fede5378190fff471fcd7ee3d8705e5096"
 
 SRC_URI += "gitsm://github.com/Naios/function2;branch=master;protocol=https"