diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2024-10-12 18:01:45 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-17 14:07:45 -0700 |
commit | 3490ba33844a2ed0024bfff7445a32276e2fcfb2 (patch) | |
tree | d948e9a37be32afa715703bd8be279dc99b843d8 /meta-oe/recipes-devtools | |
parent | 52997758404948653a60b671c8c759f1eebfa876 (diff) | |
download | meta-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.bb | 14 |
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 @@ | |||
1 | SUMMARY = "toml config parser and seriaizer for c++." | ||
2 | HOMEPAGE = "https://github.com/marzer/tomlplusplus" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=90960f22c10049c117d56ed2ee5ee167" | ||
5 | |||
6 | SRC_URI = "git://github.com/marzer/tomlplusplus.git;protocol=https;branch=master" | ||
7 | |||
8 | PV = "3.4.0" | ||
9 | SRCREV = "30172438cee64926dc41fdd9c11fb3ba5b2ba9de" | ||
10 | S = "${WORKDIR}/git" | ||
11 | |||
12 | DEPENDS = "cmake-native" | ||
13 | |||
14 | inherit meson | ||