[Buildroot] [PATCH 1/2] core/pkg-meson: allow packages to add extra [binaries]

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Oct 5 20:33:03 UTC 2019


On Sat, 28 Sep 2019 22:04:30 +0200
"Yann E. MORIN" <yann.morin.1998 at free.fr> wrote:

> meson does not allow passing path to helper programs (e.g. pkgconfig)
> using variables in the environment. Instead, it insists that those paths
> be defined in the cross-compilation.conf file, in the [binaries]
> section [0]
> 
> As such, allow packages to declare such a list of arbitrary entries to
> add in the [binaries] section.
> 
> [0] https://github.com/mesonbuild/meson/issues/3327 for the LLVM_CONFIG
>     example, which we'll address in a follow=up patch.
> 
> Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
> Cc: Eric Le Bihan <eric.le.bihan.dev at free.fr>
> Cc: Peter Seiderer <ps.report at gmx.net>
> Cc: Thomas De Schampheleire <thomas.de_schampheleire at nokia.com>
> ---
>  docs/manual/adding-packages-meson.txt | 7 +++++++
>  package/pkg-meson.mk                  | 3 +++
>  2 files changed, 10 insertions(+)

Both applied. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list