diff options
| -rw-r--r-- | meta-oe/recipes-devtools/tomlplusplus/tomlplusplus_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/tomlplusplus/tomlplusplus_git.bb b/meta-oe/recipes-devtools/tomlplusplus/tomlplusplus_git.bb index 245c309a2e..a6ec89a2ff 100644 --- a/meta-oe/recipes-devtools/tomlplusplus/tomlplusplus_git.bb +++ b/meta-oe/recipes-devtools/tomlplusplus/tomlplusplus_git.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | SUMMARY = "toml config parser and seriaizer for c++." | 1 | SUMMARY = "toml config parser and serializer for c++." |
| 2 | HOMEPAGE = "https://github.com/marzer/tomlplusplus" | 2 | HOMEPAGE = "https://github.com/marzer/tomlplusplus" |
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=90960f22c10049c117d56ed2ee5ee167" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=90960f22c10049c117d56ed2ee5ee167" |
| @@ -13,7 +13,7 @@ S = "${WORKDIR}/git" | |||
| 13 | 13 | ||
| 14 | DEPENDS = "cmake-native" | 14 | DEPENDS = "cmake-native" |
| 15 | 15 | ||
| 16 | inherit meson ptest | 16 | inherit meson ptest pkgconfig |
| 17 | 17 | ||
| 18 | EXTRA_OEMESON += "-Dbuild_tests=${@bb.utils.contains("DISTRO_FEATURES", "ptest", "true", "false", d)} \ | 18 | EXTRA_OEMESON += "-Dbuild_tests=${@bb.utils.contains("DISTRO_FEATURES", "ptest", "true", "false", d)} \ |
| 19 | " | 19 | " |
