summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 0000000000..0e8202bdcc
--- /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