From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Sat, 5 Oct 2019 22:33:03 +0200 Subject: [Buildroot] [PATCH 1/2] core/pkg-meson: allow packages to add extra [binaries] In-Reply-To: References: Message-ID: <20191005223303.0c35239a@windsurf> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Sat, 28 Sep 2019 22:04:30 +0200 "Yann E. MORIN" 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 > Cc: Eric Le Bihan > Cc: Peter Seiderer > Cc: Thomas De Schampheleire > --- > 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