mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
tomlplusplus: Inherit pkgconfig
fix typo in SUMMARY while here Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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"
|
HOMEPAGE = "https://github.com/marzer/tomlplusplus"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=90960f22c10049c117d56ed2ee5ee167"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=90960f22c10049c117d56ed2ee5ee167"
|
||||||
@@ -13,7 +13,7 @@ S = "${WORKDIR}/git"
|
|||||||
|
|
||||||
DEPENDS = "cmake-native"
|
DEPENDS = "cmake-native"
|
||||||
|
|
||||||
inherit meson ptest
|
inherit meson ptest pkgconfig
|
||||||
|
|
||||||
EXTRA_OEMESON += "-Dbuild_tests=${@bb.utils.contains("DISTRO_FEATURES", "ptest", "true", "false", d)} \
|
EXTRA_OEMESON += "-Dbuild_tests=${@bb.utils.contains("DISTRO_FEATURES", "ptest", "true", "false", d)} \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user