diff mbox series

[meta-oe,1/3] tomlplusplus: Move from meta-wayland

Message ID 20241012100147.618578-1-mingli.yu@windriver.com
State Accepted
Headers show
Series [meta-oe,1/3] tomlplusplus: Move from meta-wayland | expand

Commit Message

Yu, Mingli Oct. 12, 2024, 10:01 a.m. UTC
From: Mingli Yu <mingli.yu@windriver.com>

The tomlplusplus is header-only TOML config file parser and serializer
for C++17 [1].

Move tomlplusplus from meta-wayland [2].

[1] https://github.com/marzer/tomlplusplus
[2] https://codeberg.org/flk/meta-wayland/src/branch/master/recipes-devtools/tomlplusplus/tomlplusplus_git.bb

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 .../tomlplusplus/tomlplusplus_git.bb               | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-oe/recipes-devtools/tomlplusplus/tomlplusplus_git.bb
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/tomlplusplus/tomlplusplus_git.bb b/meta-oe/recipes-devtools/tomlplusplus/tomlplusplus_git.bb
new file mode 100644
index 000000000..0e8202bdc
--- /dev/null
+++ b/meta-oe/recipes-devtools/tomlplusplus/tomlplusplus_git.bb
@@ -0,0 +1,14 @@ 
+SUMMARY = "toml config parser and seriaizer for c++."
+HOMEPAGE = "https://github.com/marzer/tomlplusplus"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=90960f22c10049c117d56ed2ee5ee167"
+
+SRC_URI = "git://github.com/marzer/tomlplusplus.git;protocol=https;branch=master"
+
+PV = "3.4.0"
+SRCREV = "30172438cee64926dc41fdd9c11fb3ba5b2ba9de"
+S = "${WORKDIR}/git"
+
+DEPENDS = "cmake-native"
+
+inherit meson