From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/4] evemu: fix host-python/host-python3 dependency
Date: Mon, 28 Apr 2014 21:28:45 +0200 [thread overview]
Message-ID: <535EABED.3080604@mind.be> (raw)
In-Reply-To: <1398711632-5831-3-git-send-email-ps.report@gmx.net>
On 28/04/14 21:00, Peter Seiderer wrote:
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Regards,
Arnout
> ---
> package/evemu/evemu.mk | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/evemu/evemu.mk b/package/evemu/evemu.mk
> index 385a982..07ad6f6 100644
> --- a/package/evemu/evemu.mk
> +++ b/package/evemu/evemu.mk
> @@ -24,8 +24,8 @@ EVEMU_CONF_OPT += --disable-tests
> # Uses PKG_CHECK_MODULES() in configure.ac
> EVEMU_DEPENDENCIES = host-pkgconf libevdev
>
> -# Needs Python to generate a wrapper
> -EVEMU_DEPENDENCIES += host-python
> +# Needs Python for header file generation
> +EVEMU_DEPENDENCIES += $(if $(BR2_PACKAGE_PYTHON3),host-python3,host-python)
>
> # package source code coming from git, so it doesn't have generated
> # configure and Makefile.in
>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
next prev parent reply other threads:[~2014-04-28 19:28 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-28 19:00 [Buildroot] [PATCH 0/4] evemu: disable python binding if not needed Peter Seiderer
2014-04-28 19:00 ` [Buildroot] [PATCH 1/4] evemu: disable tests via evemu configure option Peter Seiderer
2014-04-28 19:27 ` Arnout Vandecappelle
2014-04-28 20:48 ` Peter Seiderer
2014-04-28 19:00 ` [Buildroot] [PATCH 2/4] evemu: fix host-python/host-python3 dependency Peter Seiderer
2014-04-28 19:28 ` Arnout Vandecappelle [this message]
2014-04-28 19:00 ` [Buildroot] [PATCH 3/4] evemu: build python2 binding only if target python2 is enabled Peter Seiderer
2014-04-28 19:48 ` Arnout Vandecappelle
2014-04-28 20:53 ` Peter Seiderer
2014-04-28 21:01 ` Arnout Vandecappelle
2014-04-28 22:08 ` Peter Seiderer
2014-04-28 19:00 ` [Buildroot] [PATCH 4/4] evemu: enable python3 bindings Peter Seiderer
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=535EABED.3080604@mind.be \
--to=arnout@mind.be \
--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.