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] [git commit] package/perl-parse-yapp: remove useless dependencies
Date: Tue, 30 Mar 2021 21:52:46 +0200	[thread overview]
Message-ID: <20210330192846.4985E8A3C1@busybox.osuosl.org> (raw)

commit: https://git.buildroot.net/buildroot/commit/?id=6bcc220ccd5d2bdedeea81518e8cedf49b5af007
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Parse-Yapp comes with a Makefile.PL,
so it is built with the perl core module ExtUtils-MakeMaker

regenerated with `utils/scancpan -force -host Parse-Yapp`

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
---
 package/perl-parse-yapp/Config.in            | 2 +-
 package/perl-parse-yapp/perl-parse-yapp.hash | 5 ++++-
 package/perl-parse-yapp/perl-parse-yapp.mk   | 2 --
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/package/perl-parse-yapp/Config.in b/package/perl-parse-yapp/Config.in
index 5cde3d9211..2781682670 100644
--- a/package/perl-parse-yapp/Config.in
+++ b/package/perl-parse-yapp/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_PERL_PARSE_YAPP
 	bool "perl-parse-yapp"
 	help
-	  A perl frontend to the Parse::Yapp module
+	  A perl frontend to the Parse::Yapp module.
 
 	  https://metacpan.org/release/Parse-Yapp
diff --git a/package/perl-parse-yapp/perl-parse-yapp.hash b/package/perl-parse-yapp/perl-parse-yapp.hash
index d5880a2a71..36541592ff 100644
--- a/package/perl-parse-yapp/perl-parse-yapp.hash
+++ b/package/perl-parse-yapp/perl-parse-yapp.hash
@@ -1,3 +1,6 @@
-# locally computed
+# retrieved by scancpan from http://cpan.metacpan.org/
+md5  69584d5b0f0304bb2a23cffcd982c5de  Parse-Yapp-1.21.tar.gz
 sha256  3810e998308fba2e0f4f26043035032b027ce51ce5c8a52a8b8e340ca65f13e5  Parse-Yapp-1.21.tar.gz
+
+# locally computed
 sha256  a5d97e3ee50ba12b7897841a117790f723795e4a61e5ad1668dc064956c84e96  lib/Parse/Yapp.pm
diff --git a/package/perl-parse-yapp/perl-parse-yapp.mk b/package/perl-parse-yapp/perl-parse-yapp.mk
index 94f51243fd..12f05efe0c 100644
--- a/package/perl-parse-yapp/perl-parse-yapp.mk
+++ b/package/perl-parse-yapp/perl-parse-yapp.mk
@@ -7,11 +7,9 @@
 PERL_PARSE_YAPP_VERSION = 1.21
 PERL_PARSE_YAPP_SOURCE = Parse-Yapp-$(PERL_PARSE_YAPP_VERSION).tar.gz
 PERL_PARSE_YAPP_SITE = $(BR2_CPAN_MIRROR)/authors/id/W/WB/WBRASWELL
-PERL_PARSE_YAPP_DEPENDENCIES = host-perl-module-build
 PERL_PARSE_YAPP_LICENSE = Artistic or GPL-1.0+
 PERL_PARSE_YAPP_LICENSE_FILES = lib/Parse/Yapp.pm
 PERL_PARSE_YAPP_DISTNAME = Parse-Yapp
-HOST_PERL_PARSE_YAPP_DEPENDENCIES = host-perl-module-build
 
 $(eval $(perl-package))
 $(eval $(host-perl-package))

                 reply	other threads:[~2021-03-30 19:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20210330192846.4985E8A3C1@busybox.osuosl.org \
    --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.