From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] pkg-perl: prevents the interactive prompts
Date: Tue, 18 Mar 2014 23:28:03 +0100 [thread overview]
Message-ID: <20140318232803.361f7abf@skate> (raw)
In-Reply-To: <1395169199-31890-1-git-send-email-francois.perrad@gadz.org>
Dear Francois Perrad,
On Tue, 18 Mar 2014 19:59:59 +0100, Francois Perrad wrote:
> during configure and build steps of Perl/CPAN package.
>
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
> package/pkg-perl.mk | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/package/pkg-perl.mk b/package/pkg-perl.mk
> index fdf1580..b5fada1 100644
> --- a/package/pkg-perl.mk
> +++ b/package/pkg-perl.mk
> @@ -19,6 +19,9 @@
> #
> ################################################################################
>
> +# prevents the interactive prompts
> +export PERL_MM_USE_DEFAULT=1
Instead of exporting globally this variable, I believe I would prefer
to see it passed only in the configure and build steps of the
appropriate package infrastructure, passed explicitly. Like what we do
for all autoconf arguments and environment variables, for example.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
prev parent reply other threads:[~2014-03-18 22:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-18 18:59 [Buildroot] [PATCH] pkg-perl: prevents the interactive prompts Francois Perrad
2014-03-18 22:28 ` Thomas Petazzoni [this message]
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=20140318232803.361f7abf@skate \
--to=thomas.petazzoni@free-electrons.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox