From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH/next v2 3/3] package/libevdev: convert to meson
Date: Thu, 5 Mar 2020 23:11:37 +0100 [thread overview]
Message-ID: <20200305231137.1ab41db3@windsurf> (raw)
In-Reply-To: <20200302150907.5812-3-ps.report@gmx.net>
On Mon, 2 Mar 2020 16:09:07 +0100
Peter Seiderer <ps.report@gmx.net> wrote:
> - drop legacy patch 0001-configure-add-disable-runtime-tests-option.patch
> and use -Dtests=disabled instead
>
> - drop host-pkgconf dependency as pkgconf is only used in case tests
> are enabled to find the check package (checked via meson output -
> no 'Found pkg-config' - and via strace)
>
> - update host-python dependecy to host-python3 as the script
> libevdev/make-event-names.py which is used to generate the
> header file event-names.h is updated to python3:
> '#!/usr/bin/env python3'
> This made no difference with autotools build as the script
> was called with '$(PYTHON) libevdev/make-event-names.py'.
>
> - add patch to fix tools compile with older toolchains adding
> the local include path (only the meson build is affected)
>
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
I've changed the host-python3 dependency to use
$(BR2_PYTHON3_HOST_DEPENDENCY) instead, so that we only build
host-python3 is not Python 3.x interpreter is available. And I applied
to next.
But anyway as replied on PATCH 1/3, we have an issue where host-python3
doesn't build if there's no Python 3.x interpreter available on the
build machine.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2020-03-05 22:11 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-02 15:09 [Buildroot] [PATCH/next v2 1/3] package/libevdev: add host-python dependency Peter Seiderer
2020-03-02 15:09 ` [Buildroot] [PATCH/next v2 2/3] package/libevdev: bump version to 1.9.0 Peter Seiderer
2020-03-05 22:10 ` Thomas Petazzoni
2020-03-02 15:09 ` [Buildroot] [PATCH/next v2 3/3] package/libevdev: convert to meson Peter Seiderer
2020-03-05 20:27 ` Peter Seiderer
2020-03-05 22:11 ` Thomas Petazzoni [this message]
2020-03-05 22:07 ` [Buildroot] [PATCH/next v2 1/3] package/libevdev: add host-python dependency Thomas Petazzoni
2020-03-15 10:28 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200305231137.1ab41db3@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.