From: Wang Mingyu <[email protected]> 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 <[email protected]> --- .../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 --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 -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#122405): https://lists.openembedded.org/g/openembedded-devel/message/122405 Mute This Topic: https://lists.openembedded.org/mt/116691530/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
