From d433180280641a4c9be105c626bf7d077795f90a Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 8 Jan 2024 07:40:27 +0100 Subject: [PATCH] tomlplusplus: add missing cmake dependency cmake is needed to create the cmake config files --- recipes-devtools/tomlplusplus/tomlplusplus_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-devtools/tomlplusplus/tomlplusplus_git.bb b/recipes-devtools/tomlplusplus/tomlplusplus_git.bb index b756190..0e8202b 100644 --- a/recipes-devtools/tomlplusplus/tomlplusplus_git.bb +++ b/recipes-devtools/tomlplusplus/tomlplusplus_git.bb @@ -9,4 +9,6 @@ PV = "3.4.0" SRCREV = "30172438cee64926dc41fdd9c11fb3ba5b2ba9de" S = "${WORKDIR}/git" +DEPENDS = "cmake-native" + inherit meson