]> code.ossystems Code Review - openembedded-core.git/commitdiff
meson.bbclass: add a cups-config entry
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 4 Aug 2020 08:25:49 +0000 (10:25 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Aug 2020 14:12:34 +0000 (15:12 +0100)
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 <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/meson.bbclass

index ff52d20e56e56078bfc784cb2bb8be209908937f..83aa854b7e9d5119c29f4a48e303bd113674516d 100644 (file)
@@ -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