summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2024-10-12 18:01:45 +0800
committerKhem Raj <raj.khem@gmail.com>2024-10-17 14:07:45 -0700
commit3490ba33844a2ed0024bfff7445a32276e2fcfb2 (patch)
treed948e9a37be32afa715703bd8be279dc99b843d8 /meta-oe/recipes-devtools
parent52997758404948653a60b671c8c759f1eebfa876 (diff)
downloadmeta-openembedded-3490ba33844a2ed0024bfff7445a32276e2fcfb2.tar.gz
tomlplusplus: Move from meta-wayland
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/tomlplusplus/tomlplusplus_git.bb14
1 files changed, 14 insertions, 0 deletions
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 @@
1SUMMARY = "toml config parser and seriaizer for c++."
2HOMEPAGE = "https://github.com/marzer/tomlplusplus"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=90960f22c10049c117d56ed2ee5ee167"
5
6SRC_URI = "git://github.com/marzer/tomlplusplus.git;protocol=https;branch=master"
7
8PV = "3.4.0"
9SRCREV = "30172438cee64926dc41fdd9c11fb3ba5b2ba9de"
10S = "${WORKDIR}/git"
11
12DEPENDS = "cmake-native"
13
14inherit meson