aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/boost-sml/boost-sml_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/boost-sml/boost-sml_git.bb')
-rw-r--r--meta-oe/recipes-support/boost-sml/boost-sml_git.bb28
1 files changed, 0 insertions, 28 deletions
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 c83181cfea..0000000000
--- a/meta-oe/recipes-support/boost-sml/boost-sml_git.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-SUMMARY = "[Boost::ext].SML (State Machine Language)"
-DESCRIPTION = "Your scalable C++14 one header only State Machine Library with no dependencies"
-AUTHOR = "Krzysztof Jusiak"
-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.6"
-
-SRC_URI = "git://github.com/boost-ext/sml.git;protocol=https;branch=master"
-SRCREV = "23e9a24e434cac9922039cbb43ca54ab70bef72c"
-
-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"