From 86dcefaf717e2c93584c2a030a51dd3d303b3e65 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 17 Oct 2024 11:50:26 -0700 Subject: [PATCH] tomlplusplus: Inherit pkgconfig fix typo in SUMMARY while here Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/tomlplusplus/tomlplusplus_git.bb | 4 ++-- 1 file 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 @@ -SUMMARY = "toml config parser and seriaizer for c++." +SUMMARY = "toml config parser and serializer for c++." HOMEPAGE = "https://github.com/marzer/tomlplusplus" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=90960f22c10049c117d56ed2ee5ee167" @@ -13,7 +13,7 @@ S = "${WORKDIR}/git" DEPENDS = "cmake-native" -inherit meson ptest +inherit meson ptest pkgconfig EXTRA_OEMESON += "-Dbuild_tests=${@bb.utils.contains("DISTRO_FEATURES", "ptest", "true", "false", d)} \ "