diff mbox series

[meta-oe,01/38] boost-sml: upgrade 1.1.12 -> 1.1.13

Message ID 20251209095552.690-1-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/38] boost-sml: upgrade 1.1.12 -> 1.1.13 | expand

Commit Message

Wang Mingyu Dec. 9, 2025, 9:55 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- Anonymous transitions in composition
- Prevent compiler options propagating to projects using SML
- Handle anonymous events with process_internal_events
- Update initial submachines of composite states upon re-entry
- zephyr: Add files to support using with zephyr RTOS
- fix typo in README
- Fallback to any_state when state-specific guard fails

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../boost-sml/{boost-sml_1.1.12.bb => boost-sml_1.1.13.bb}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/boost-sml/{boost-sml_1.1.12.bb => boost-sml_1.1.13.bb} (91%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/boost-sml/boost-sml_1.1.12.bb b/meta-oe/recipes-support/boost-sml/boost-sml_1.1.13.bb
similarity index 91%
rename from meta-oe/recipes-support/boost-sml/boost-sml_1.1.12.bb
rename to meta-oe/recipes-support/boost-sml/boost-sml_1.1.13.bb
index 0a2514237a..e04a9f46af 100644
--- a/meta-oe/recipes-support/boost-sml/boost-sml_1.1.12.bb
+++ b/meta-oe/recipes-support/boost-sml/boost-sml_1.1.13.bb
@@ -8,8 +8,8 @@  LIC_FILES_CHKSUM = "file://LICENSE.md;md5=e4224ccaecb14d942c71d31bef20d78c"
 
 DEPENDS += "boost qemu-native"
 
-SRC_URI = "git://github.com/boost-ext/sml.git;protocol=https;branch=master"
-SRCREV = "cd3ef80206b71463de96d6b682cfdc99703ec147"
+SRC_URI = "git://github.com/boost-ext/sml.git;protocol=https;branch=master;tag=v${PV}"
+SRCREV = "8015e095dab82c03eb2277258645956bcd84cbcb"
 
 
 inherit cmake