From: Alexander Kanavin Date: Tue, 4 Aug 2020 08:25:49 +0000 (+0200) Subject: meson.bbclass: add a cups-config entry X-Git-Tag: uninative-2.9~116 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=267d1dc0794fc348a5f7af3de201c452c8b705a3;p=openembedded-core.git meson.bbclass: add a cups-config entry This is required by newer meson versions in cross builds, as acknowledgement that the tool in PATH is ok to use. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/classes/meson.bbclass b/meta/classes/meson.bbclass index ff52d20e56..83aa854b7e 100644 --- a/meta/classes/meson.bbclass +++ b/meta/classes/meson.bbclass @@ -98,6 +98,7 @@ strip = ${@meson_array('STRIP', d)} readelf = ${@meson_array('READELF', d)} pkgconfig = 'pkg-config' llvm-config = 'llvm-config${LLVMVERSION}' +cups-config = 'cups-config' [properties] needs_exe_wrapper = true