From ff818f9070391f5f55bcc644b4b924c6f79672e6 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 Mar 2024 13:44:50 +0800 Subject: boost-sml: upgrade 1.1.9 -> 1.1.11 Changelog: ========== Bug Fixes --------- MSVC typename Additions -------- [performance] switch as defult dispatch_policy Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/boost-sml/boost-sml_1.1.11.bb | 25 ++++++++++++++++++++ meta-oe/recipes-support/boost-sml/boost-sml_git.bb | 27 ---------------------- 2 files changed, 25 insertions(+), 27 deletions(-) create mode 100644 meta-oe/recipes-support/boost-sml/boost-sml_1.1.11.bb delete mode 100644 meta-oe/recipes-support/boost-sml/boost-sml_git.bb (limited to 'meta-oe/recipes-support') diff --git a/meta-oe/recipes-support/boost-sml/boost-sml_1.1.11.bb b/meta-oe/recipes-support/boost-sml/boost-sml_1.1.11.bb new file mode 100644 index 000000000..a48195a15 --- /dev/null +++ b/meta-oe/recipes-support/boost-sml/boost-sml_1.1.11.bb @@ -0,0 +1,25 @@ +SUMMARY = "[Boost::ext].SML (State Machine Language)" +DESCRIPTION = "Your scalable C++14 one header only State Machine Library with no dependencies" +HOMEPAGE = "https://github.com/boost-ext/sml" +BUGTRACKER = "https://github.com/boost-ext/sml/issues" +SECTION = "libs" +LICENSE = "BSL-1.0" +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 = "b7df6180d20422b2724d26007aebb24066f2a6a9" + +S = "${WORKDIR}/git" + +inherit cmake + +# Building benchmarks takes a lot of time and requires additional headers (euml2.hpp) +# Building examples fail with gcc-12 +EXTRA_OECMAKE:append = " -DSML_BUILD_BENCHMARKS:bool=OFF -DSML_BUILD_EXAMPLES=OFF" + +# [boost::ext].XML is a header only C++ library, so the main package will be empty. +ALLOW_EMPTY:${PN} = "1" + +BBCLASSEXTEND = "nativesdk" diff --git a/meta-oe/recipes-support/boost-sml/boost-sml_git.bb b/meta-oe/recipes-support/boost-sml/boost-sml_git.bb deleted file mode 100644 index 378be1a8e..000000000 --- a/meta-oe/recipes-support/boost-sml/boost-sml_git.bb +++ /dev/null @@ -1,27 +0,0 @@ -SUMMARY = "[Boost::ext].SML (State Machine Language)" -DESCRIPTION = "Your scalable C++14 one header only State Machine Library with no dependencies" -HOMEPAGE = "https://github.com/boost-ext/sml" -BUGTRACKER = "https://github.com/boost-ext/sml/issues" -SECTION = "libs" -LICENSE = "BSL-1.0" -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=e4224ccaecb14d942c71d31bef20d78c" - -DEPENDS += "boost qemu-native" - -PV = "1.1.9" - -SRC_URI = "git://github.com/boost-ext/sml.git;protocol=https;branch=master" -SRCREV = "751b6f10b73c086e0e8850a7ef5b5aea2136831b" - -S = "${WORKDIR}/git" - -inherit cmake - -# Building benchmarks takes a lot of time and requires additional headers (euml2.hpp) -# Building examples fail with gcc-12 -EXTRA_OECMAKE:append = " -DSML_BUILD_BENCHMARKS:bool=OFF -DSML_BUILD_EXAMPLES=OFF" - -# [boost::ext].XML is a header only C++ library, so the main package will be empty. -ALLOW_EMPTY:${PN} = "1" - -BBCLASSEXTEND = "nativesdk" -- cgit v1.2.3-54-g00ecf