diff options
| -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 0000000000..0e8202bdcc --- /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 | ||
