All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 1/5] utils/scancpan: warn when a module is a perl core module
Date: Wed, 8 Jan 2020 18:27:16 +0100	[thread overview]
Message-ID: <20200108172716.GC17943@scaer> (raw)
In-Reply-To: <20200108151041.12757-1-francois.perrad@gadz.org>

Fran?ois, All,

On 2020-01-08 16:10 +0100, Francois Perrad spake thusly:
> we don't want create new BR package with perl core module,
> because core modules are already included in perl distribution,
> and built with the BR package perl.
> 
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>

Serries applied to master, thanks.

However, I was a bit disapointed that a series sent just a few hours ago
did not apply cleanly on master: I had to rework all the patches because
they were conflicting with changes in Config.in.legacy that have been
there since ctober.

So I don't know what your series was based off, but next time, please
rebase it before sending, so there is no conflict...

Regards,
Yann E. MORIN.

> ---
>  utils/scancpan | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/utils/scancpan b/utils/scancpan
> index ac5fd5159..dbd8dab6d 100755
> --- a/utils/scancpan
> +++ b/utils/scancpan
> @@ -611,6 +611,9 @@ sub fetch {
>      unless ($dist{$name} && !$top) {
>          say qq{fetch ${name}} unless $quiet;
>          my $result = $mcpan->release( distribution => $name );
> +        my $main_module = $result->{main_module};
> +        push @info, qq{[$name] $main_module is a core module}
> +            if $top && Module::CoreList::is_core( $main_module, undef, $] );
>          $dist{$name} = $result;
>          $license_files{$name} = {};
>          eval {
> -- 
> 2.20.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

      parent reply	other threads:[~2020-01-08 17:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-08 15:10 [Buildroot] [PATCH v2 1/5] utils/scancpan: warn when a module is a perl core module Francois Perrad
2020-01-08 15:10 ` [Buildroot] [PATCH v2 2/5] package/perl-digest-md5: remove it Francois Perrad
2020-01-08 15:10 ` [Buildroot] [PATCH v2 3/5] package/perl-math-bigint: " Francois Perrad
2020-01-08 15:10 ` [Buildroot] [PATCH v2 4/5] package/perl-mime-base64: " Francois Perrad
2020-01-08 15:10 ` [Buildroot] [PATCH v2 5/5] package/perl-net-ping: " Francois Perrad
2020-01-08 17:27 ` Yann E. MORIN [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=20200108172716.GC17943@scaer \
    --to=yann.morin.1998@free.fr \
    --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.